zyxist / chainsaw

Gradle plugin: adds support for building Java 9 modules.
Apache License 2.0
70 stars 4 forks source link

default JVM opts get overwritten instead of added #19

Closed Vampire closed 6 years ago

Vampire commented 6 years ago

Same as was for compile options but this time for default jvm opts of the start script creation task. The plugin sets them instead of adding to them and thus no own ones are possible.