This plugin provides publications of type MavenPublication. To learn how to define and use publications, see the section on basic publishing.| docs.gradle.org
Publishing a plugin is the primary way to make it available for others to use.| docs.gradle.org
Plugins can be implemented as binary plugins, precompiled script plugins, or script plugins:| docs.gradle.org
The Java plugin adds a number of tasks to your project, as shown below.| docs.gradle.org
The key difference between the standard Java plugin and the Java Library plugin is that the latter introduces the concept of an API exposed to consumers. A library is a Java component meant to be consumed by other components. It’s a very common use case in multi-project builds, but also as soon as you have external dependencies.| docs.gradle.org
Property details| docs.gradle.org
Method details| docs.gradle.org
IvyPublication| docs.gradle.org
Example| docs.gradle.org