Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0-beta-1, 2.5.7
-
None
-
None
Description
Follow up to GROOVY-9100. Default compiler configuration is modified by groovy.ui.GroovyMain when "--indy" command line option is passed. This causes an exception at runtime.
if (indy) { CompilerConfiguration.DEFAULT.getOptimizationOptions().put("indy", true); main.conf.getOptimizationOptions().put("indy", true); }