Gradle PluginAware: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=External= | =External= | ||
* PluginAware API: [https://docs.gradle.org/current/javadoc/org/gradle/api/plugins/PluginAware.html org.gradle.api.plugins.PluginAware] | * PluginAware API: [https://docs.gradle.org/current/javadoc/org/gradle/api/plugins/PluginAware.html org.gradle.api.plugins.PluginAware] | ||
=Internal= | |||
* [[Gradle Project#Using_a_Plugin|Gradle Project]] | |||
=Overview= | =Overview= |
Revision as of 00:33, 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.