zyxist / chainsaw

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

Jigsaw flags generated in the wrong order #7

Closed zyxist closed 6 years ago

zyxist commented 6 years ago

The current implementation generates --module flag before --add-reads and --patch-module in the runtime. In this order, these flags are ignored by JVM. Reversing the order makes them work.