Java Plugin Convention
Deprecated
Is mixed into the project when applying the org.gradle.api.plugins.JavaBasePlugin.
Deprecated
Replaced by JavaPluginExtension. This class is scheduled for removal in Gradle 9.0.
Functions
Link copied to clipboard
If this method is called, Gradle will not automatically try to fetch dependencies which have a JVM version compatible with this module.
Link copied to clipboard
Tells if automatic JVM targeting is enabled.
Link copied to clipboard
Returns a file pointing to the root directory supposed to be used for all docs.
Link copied to clipboard
The name of the docs directory.
Link copied to clipboard
Link copied to clipboard
Returns the source compatibility used for compiling Java sources.
Link copied to clipboard
The source sets container.
Link copied to clipboard
Returns the target compatibility used for compiling Java sources.
Link copied to clipboard
Returns a file pointing to the root directory to be used for reports.
Link copied to clipboard
The name of the test reports directory.
Link copied to clipboard
Returns a file pointing to the root directory of the test results.
Link copied to clipboard
The name of the test results directory.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the source compatibility used for compiling Java sources.
Link copied to clipboard
Sets the target compatibility used for compiling Java sources.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Configures the source sets of this project.