Skip to content

Commit

Permalink
fix: plugin dependency version mismatch log (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdm2883 authored Oct 1, 2024
1 parent 6152c5e commit ad61e67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ protected void onLoad(Map<String, PluginDescriptor> descriptors, Map<String, Plu
descriptor.getName(),
dependency.name(),
RangesListFactory.create(dependency.version()),
dependency.version()));
dependencyContainer.descriptor().getVersion()));
}
}

Expand Down

0 comments on commit ad61e67

Please sign in to comment.