Skip to content

Commit

Permalink
Update DynamicProjectExtension.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Jul 4, 2024
1 parent 496bfdd commit b25d900
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ private Provider<RegularFile> renameCompiledJar(Provider<RegularFile> mappingsFi
final File workingDirectory) {
var inputFile = input.flatMap(Jar::getArchiveFile);
return project.getTasks().register(CommonRuntimeUtils.buildTaskName(runtimeDefinition, "renameCompiledJar"), DefaultExecute.class, task -> {
task.getArguments().putFile("mappings", mappingsFile.map(RegularFile::getAsFile));
task.getArguments().putRegularFile("mappings", mappingsFile);
task.getArguments().putRegularFile("input", inputFile);

task.getExecutingJar().set(ToolUtilities.resolveTool(project, Constants.FART));
Expand Down

0 comments on commit b25d900

Please sign in to comment.