- clean() - Method in GroovyPlugin
-
Cleans the build directory by completely deleting it.
- compile(java.nio.file.Path, java.nio.file.Path, List<Map<String, Object>>, java.nio.file.Path) - Method in GroovyPlugin
-
Compiles an arbitrary source directory to an arbitrary build directory.
- compileMain() - Method in GroovyPlugin
-
Compiles the main Groovy files (src/main/groovy by default).
- compilerArguments - Property in GroovySettings
-
Additional compiler arguments.
- compileTest() - Method in GroovyPlugin
-
Compiles the test Groovy files (src/test/groovy by default).
- copyResources(java.nio.file.Path, java.nio.file.Path) - Method in GroovyPlugin
-
Copies the resource files from the source directory to the build directory.