gradle-plugins
gradle-plugins copied to clipboard
OneJar does not preserve version in the final file
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