jervis icon indicating copy to clipboard operation
jervis copied to clipboard

Statically compile groovy

Open samrocketman opened this issue 10 months ago • 0 comments

Makes it a little faster and reduces dependencies. Enables use within graalvm.

https://github.com/oracle/graal/issues/1016#event-2181586809

import groovy.transform.CompileStatic
withConfig(configuration) {
    ast(CompileStatic)
}

https://stackoverflow.com/questions/29609130/when-why-would-i-want-to-use-groovys-compilestatic

samrocketman avatar Apr 26 '25 13:04 samrocketman