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 ...
It seems that the first character of the
--app-version
argument should be a digit. IfappVersion
is not set, the plugin usesproject.version
as default value. If no version has been configured in the Gradle build script, the value ofproject.version
isunspecified
and jpackage fails with the error message:Failed to update version information for ...