Hi all,
Please review this issue [1]? It reports a defect in the Gradle build tool's current construction of malformed java command lines that are intended to execute a Main-Class of a JPMS module. At first I thought the bug reported there was in either the Dropwizard application framework I was using at the time, or in the CLI parser utility (argparse4j) Dropwizard uses under the hood. I am now convinced — by diagnosis done by those two projects' maintainers — that the command line construction bug is definitely in Gradle's court. I'd like to request from the list you all's take on this. Please? I have been experimenting with a solution that works so far. But any insight or suggestions anybody here can offer would be muy appreciado! TIA. ---- [1] http://bit.ly/Issue10825 «Refactor JvmOptions.getAllImmutableJvmArgs() to support executing the main class in a JPMS module» ----