Closed sbglasius closed 5 years ago
There is nothing I can do for you. This error is clearly due to the amount of code in your method definitions. The plugin has invoked the groovyc compiler on your code and it violated compiler limits.
I suggest you refactor large methods with lots of conditional logic to smaller ones. Unfortunately the error does not appear to hint at the file causing the issues.
I have a rather large multi-build project where I see all sorts of weird errors.
I have attempted to mitigate the
@CompileStatic
issue with OpenClover by making a Groovy compile configuration basically changing allCompileStatic
toCompileStatic(TypecheckMode.SKIP)
and for some of the sub-projects it works, others it does not.Now I stumbled upon one issue where I see a direct stacktrace to this project:
and while I do not know if it gives any hints to a problem, I thought I'd mention it anyway.