Open
Description
Context (Environment)
Trying to build the application using ./gradlew build
or running using ./gradlew run
.
Expected Behavior
The build succeeds without an error, and its possible to run ./gradlew release
afterwards and use the resulting jar, or run the application.
Current Behavior
When running ./gradlew run
or ./gradlew build
, the build results in a java.lang.StackOverflowError
, failing the build. Full logs: https://gist.github.com/kokx/ca709aebf3f8274235d78bfa81f43019
Possible Solution
Removing sniper-tools
from from the include in /settings.gradle.kts
allows the build to succeed.
Steps to Reproduce
- Run
./gradlew build
- For more information, see the logs in https://gist.github.com/kokx/ca709aebf3f8274235d78bfa81f43019