buildSrc is a Gradle-recognized and protected directory which comes with some benefits:| 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
The Java Gradle Plugin development plugin can be used to assist in the development of Gradle plugins.| docs.gradle.org
declaration: package: org.gradle.api, interface: Plugin| docs.gradle.org
Method details| docs.gradle.org
Property details| docs.gradle.org
Method details| docs.gradle.org
The following example demonstrates how two Gradle builds, normally developed separately, can be combined into a composite build.| docs.gradle.org