File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
maven_plugin/src/main/java/io/github/chains_project/maven_lockfile Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,8 @@ protected AbstractChecksumCalculator getChecksumCalculator(Config config) throws
96
96
return getChecksumCalculator (config , false );
97
97
}
98
98
99
- protected AbstractChecksumCalculator getChecksumCalculator (Config config , boolean forceLocalChecksumMode ) throws MojoExecutionException {
99
+ protected AbstractChecksumCalculator getChecksumCalculator (Config config , boolean forceLocalChecksumMode )
100
+ throws MojoExecutionException {
100
101
ProjectBuildingRequest artifactBuildingRequest = newResolveArtifactProjectBuildingRequest ();
101
102
ProjectBuildingRequest pluginBuildingRequest = newResolvePluginProjectBuildingRequest ();
102
103
You can’t perform that action at this time.
0 commit comments