gradle-plugins icon indicating copy to clipboard operation
gradle-plugins copied to clipboard

OneJar does not preserve version in the final file

Open jacek99 opened this issue 12 years ago • 0 comments

I have a JAR, let's say schedule-0.1.0.jar

When I compile it with OneJar it creates

schedule-standalone.jar

It totally loses the version part. Instead it should be

schedule-0.1.0-standalone.jar

jacek99 avatar Nov 26 '12 22:11 jacek99