PaulWinstone / demoModule

A demonstration project for Eclipse Java Modules Gradle to give executable image
Apache License 2.0
1 stars 1 forks source link

Use parametric name and include version #4

Closed PaulWinstone closed 4 years ago

PaulWinstone commented 4 years ago

The following code causes package to crash application { mainClass = "demoProject.Launcher" applicationName = "$customerId" version = '6_4_001' applicationDefaultJvmArgs = [ '-Dsun.io.serialization.extendedDebugInfo=true', '-showversion', '-XX:+ShowMessageBoxOnError', '-XX:ErrorFile=error.log', '-Xms2g' ,'-Xmx2g', '-Xss512m', '-Duser.language=en'] }

PaulWinstone commented 4 years ago

Cuased by version numbering - needs to be 6.0.001