Details
-
New Feature
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.0.19, 5.0.0-alpha-2, 4.0.15
-
None
Description
Hello groovy team,
no version of the groovy distribution supports any of those features on the groovyc command line, which are available when invoking the groovy compiler via library means:
- setDebug( boolean )
- setVerbose( boolean )
- setWarningLevel( int )
- setTolerance( int )
- invokeDynamic via optimizationOptions.put("indy", true); optimizationOptions.put("int", false);
- parallel Parsing via optimizationOptions.put("parallelParse", true);
This is important when gplus-maven-plugin shall run in fork mode. Draft PR: https://github.com/groovy/GMavenPlus/pull/283