Hi,
{And sorry about my messages not being connected to the thread. I can't
get my webmail to do the right thing}
Github.com have finally unflagged my account now. Their „spam
blocker“ objected to something of mine somewhere — allegedly.
Anyway, the two issues and the one pull request [1] are vi
Good to see ... I'm sure you'll let jigsaw-dev know when a new version
of Gradle is usable as automatic modules.
Alex
On 10/16/2019 7:21 AM, Plugins wrote:
Hi,
{And sorry about my messages not being connected to the thread. I can't
get my webmail to do the right thing}
Github.com have finall
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 wa
I was going to ask if setting `jvmArgs` in the `run` task is the right
way to configure Gradle, but I see it's done here:
https://guides.gradle.org/building-java-9-modules/#modify_the_code_run_code_task_to_use_modules
Setting aside `-m`: How do you specify the traditional `java -jar
myapp.jar
Thanks for replying Alex,
> „...How do you specify the traditional `java -jar
> myapp.jar` to the `run` task? If it's by setting `jvmArgs` then
> presumably the same problem occurs of stray arguments being passed to
> the main class?..“
The traditional `java -jar myapp.jar` setting is the same