Groovy Compile Options
Compilation options to be passed to the Groovy compiler.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Convenience method to set GroovyForkOptions with named parameter syntax.
Link copied to clipboard
Kotlin extension function for org.gradle.api.tasks.compile.GroovyCompileOptions.fork.
Link copied to clipboard
Execute the given action against getForkOptions.
Link copied to clipboard
Tells whether the compilation task should fail if compile errors occurred.
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
Whether the Groovy compiler generate metadata for reflection on method parameter names on JDK 8 and above.
Link copied to clipboard
Sets whether the compilation task should fail if compile errors occurred.
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 whether metadata for reflection on method parameter names should be generated.
Link copied to clipboard
Sets whether to turn on verbose output.