Groovy Documentation

Package org.gradle.api.tasks.compile

The compilation Task implementations.

 

Class Summary
AbstractCompile The base class for all JVM-based language compilation tasks.
AbstractOptions @author Hans Dockter
Compile Compiles Java source files.
CompileOptions @author Hans Dockter
DebugOptions @author Hans Dockter
DependOptions
ForkOptions @author Hans Dockter
GroovyCompile Compiles Groovy source files, and optionally, Java source files.
GroovyCompileOptions Compilation options to be passed to the Groovy compiler.
GroovyForkOptions @author Hans Dockter
 


Groovy Documentation