- clean() - Method in JavaPlugin
-
Cleans the build directory by completely deleting it.
- compile() - Method in JavaPlugin
-
Compiles the main and test Java files (src/main/java and src/test/java).
- compileMain() - Method in JavaPlugin
-
Compiles the main Java files (src/main/java by default).
- compilerArguments - Property in JavaSettings
-
Additional compiler arguments.
- compileTest() - Method in JavaPlugin
-
Compiles the test Javafiles (src/test/java by default).