Compile Options
Main options for Java compilation.
Properties
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
Link copied to clipboard
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 DebugOptions with named parameter syntax.
Link copied to clipboard
Kotlin extension function for org.gradle.api.tasks.compile.CompileOptions.debug.
Link copied to clipboard
Execute the given action against getDebugOptions.
Link copied to clipboard
Convenience method to set ForkOptions with named parameter syntax.
Link copied to clipboard
Kotlin extension function for org.gradle.api.tasks.compile.CompileOptions.fork.
Link copied to clipboard
Execute the given action against getForkOptions.
Link copied to clipboard
Returns all compiler arguments, added to the getCompilerArgs or the getCompilerArgumentProviders property.
Link copied to clipboard
Returns the directory to place source files generated by annotation processors.
Link copied to clipboard
Tells whether to log details of usage of deprecated members or classes.
Link copied to clipboard
Tells whether to fail the build when compilation fails.
Link copied to clipboard
informs whether to use incremental compilation feature.
Link copied to clipboard
Tells whether to log the files to be compiled.
Link copied to clipboard
Tells whether to log warning messages.
Link copied to clipboard
Sets the directory to place source files generated by annotation processors.
Link copied to clipboard
Sets whether to log details of usage of deprecated members or classes.
Link copied to clipboard
Sets whether to fail the build when compilation fails.
Link copied to clipboard
Configure the java compilation to be incremental (e.g.
Link copied to clipboard
Sets whether to log the files to be compiled.
Link copied to clipboard
Sets whether to produce verbose output.
Link copied to clipboard
Sets whether to log warning messages.