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
Functions
Link copied to clipboard
Execute the given action against getDebugOptions.
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 options for generating debugging information.
Link copied to clipboard
Returns options for running the compiler in a child process.
Link copied to clipboard
Returns the directory to place source files generated by annotation processors.
Link copied to clipboard
If this option is set to a non-null directory, it will be passed to the Java compiler's `-h` option, prompting it to generate native headers to that directory.
Link copied to clipboard
Used to enable or disable incremental compilation after a failure.
Link copied to clipboard
Set the main class of the Java module, if the module is supposed to be executable.
Link copied to clipboard
Set the version of the Java module.
Link copied to clipboard
Configures the Java language version for this compile task (
--release compiler flag).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 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.