Skip to content

jdaugherty/grails-issue-stackoverflow-on-compile

Repository files navigation

GrailsCompileStatic StackOverflow Example

run ./gradlew compileGroovy to produce the error

Example output

    ./gradlew clean compileGroovy --no-build-cache
    > Task :compileGroovy FAILED
    
    FAILURE: Build failed with an exception.
    
    * What went wrong:
      Execution failed for task ':compileGroovy'.
    > 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
    5 actionable tasks: 3 executed, 2 up-to-date

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published