Groovy Compile Options
Compilation options to be passed to the Groovy compiler.
Functions
Link copied to clipboard
Execute the given action against getForkOptions.
Link copied to clipboard
Returns the path to the groovy configuration file.
Link copied to clipboard
A Groovy script file that configures the compiler, allowing extensive control over how the code is compiled.
Link copied to clipboard
Returns the set of global AST transformations which should not be loaded into the Groovy compiler.
Link copied to clipboard
Tells the source encoding.
Link copied to clipboard
Tells whether the compilation task should fail if compile errors occurred.
Link copied to clipboard
Returns the list of acceptable source file extensions.
Link copied to clipboard
Returns options for running the Groovy compiler in a separate process.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Whether the Groovy code should be subject to Java annotation processing.
Link copied to clipboard
Tells whether Java stubs for Groovy classes generated during Java/Groovy joint compilation should be kept after compilation has completed.
Link copied to clipboard
Tells whether to print which source files are to be compiled.
Link copied to clipboard
Returns optimization options for the Groovy compiler.
Link copied to clipboard
Whether the Groovy compiler generate metadata for reflection on method parameter names on JDK 8 and above.
Link copied to clipboard
Returns the directory where Java stubs for Groovy classes will be stored during Java/Groovy joint compilation.
Link copied to clipboard
Returns the directory where Java stubs for Groovy classes will be stored during Java/Groovy joint compilation.
Link copied to clipboard
Tells whether to turn on verbose output.
Link copied to clipboard
Sets the path to the groovy configuration file.
Link copied to clipboard
Sets the source encoding.
Link copied to clipboard
Sets whether the compilation task should fail if compile errors occurred.
Link copied to clipboard
Sets the list of acceptable source file extensions.
Link copied to clipboard
Sets whether Java annotation processors should process annotations on stubs.
Link copied to clipboard
Sets whether Java stubs for Groovy classes generated during Java/Groovy joint compilation should be kept after compilation has completed.
Link copied to clipboard
Sets whether to print which source files are to be compiled.
Link copied to clipboard
Sets optimization options for the Groovy compiler.
Link copied to clipboard
Sets whether metadata for reflection on method parameter names should be generated.
Link copied to clipboard
Sets the directory where Java stubs for Groovy classes will be stored during Java/Groovy joint compilation.
Link copied to clipboard
Sets whether to turn on verbose output.