hmm, not something I can say I've run into, just y...
# general
v
hmm, not something I can say I've run into, just you could try converting that one groovy class, as long as it's not a Grails artifact. If it a Groovy class that you are statically compiling that is having trouble, you might try
@GrailsCompileStatic
or see if it works if it's not compiled static, not everything in Grails can be statically compiled.