Fixing project version

This commit is contained in:
Ryan Baxter
2024-06-07 10:40:12 -04:00
parent 8e026f6a2c
commit f4133c218e

View File

@@ -59,7 +59,7 @@ public class DistributeProjectReleaseBundleTask implements ProjectPostReleaseRel
@Override
public ExecutionResult runTask(Arguments args) throws BuildUnstableException {
return releaser.distributeProjectReleaseBundle(args.properties.isCommercial(), args.options.dryRun,
new ProjectVersion(args.project));
args.versionFromBom);
}
@Override