beryx / badass-runtime-plugin

Create a custom runtime image of your non-modular application
https://badass-runtime-plugin.beryx.org
Apache License 2.0
162 stars 21 forks source link

jpackage fails if neither appVersion nor version is set #31

Closed siordache closed 5 years ago

siordache commented 5 years ago

It seems that the first character of the --app-version argument should be a digit. If appVersion is not set, the plugin uses project.version as default value. If no version has been configured in the Gradle build script, the value of project.version is unspecified and jpackage fails with the error message: Failed to update version information for ...

siordache commented 5 years ago

Fixed in 1.6.0