Gradle PluginAware: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
=Internal= | =Internal= | ||
* [[Gradle Project#Using_a_Plugin|Gradle Project]] | * [[Gradle Project#Using_a_Plugin|Gradle Project]] | ||
* [[Gradle_Plugin_Concepts#Using_a_Plugin|Gradle Plugin]] | |||
=Overview= | =Overview= |
Latest revision as of 00:34, 4 October 2020
External
- PluginAware API: org.gradle.api.plugins.PluginAware
Internal
Overview
The interface is inherited by Project, Settings and Gradle.
apply() Method
Used to initialize object plugins and load script plugins.