Java Base Plugin
A org.gradle.api.Plugin which compiles and tests Java source, and assembles it into a JAR file.
This plugin is automatically applied to most projects that build any JVM language source. It creates a JavaPluginExtension extension namedjava
that is used to configure all jvm-related components in the project. It is responsible for configuring the conventions of any SourceSets that are present and used by (for example) the Java, Groovy, or Kotlin plugins.See also
Constructors
Link copied to clipboard
@Inject
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val COMPILE_CLASSPATH_PACKAGING_SYSTEM_PROPERTY: String = "org.gradle.java.compile-classpath-packaging"
Set this property to use JARs build from subprojects, instead of the classes folder from these project, on the compile classpath.
Link copied to clipboard
Task group name for documentation-related tasks.
Link copied to clipboard
A list of known artifact types which are known to prevent from publication.
Link copied to clipboard