You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\dev\CSBuildMaster>gradlew jfxJar
> Task :jfxJar FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':jfxJar'.
> java.lang.StackOverflowError (no error message)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1s
4 actionable tasks: 1 executed, 3 up-to-date
C:\dev\CSBuildMaster>
I'm able to run my program without any problem in IntelliJ using the "App Configuration" but when I try to run these command in the command line, it doesn't work :/
Any idea what is going wrong?
The text was updated successfully, but these errors were encountered:
I think my problem looks a lot like this one: #71
When I try to run
gradlew jfxJar
orgradlew jfxRun
, it always fail and return a StackOverflowError.Here is my build.gradle
As you can see, this is a very basic setup.
I get this in the ouput:
I'm able to run my program without any problem in IntelliJ using the "App Configuration" but when I try to run these command in the command line, it doesn't work :/
Any idea what is going wrong?
The text was updated successfully, but these errors were encountered: