Gradle PluginAware: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
=apply() Method=
=apply() Method=


Used to [[Gradle_Plugin_Concepts#apply.28.29_Method|initialize plugins]], ...
Used to [[Gradle_Plugin_Concepts#apply.28.29_Method|initialize object plugins]], load script plugins.

Revision as of 05:20, 24 September 2020

Overview

The interface is inherited by Project, Settings and Gradle.

PluginAware API

org.gradle.api.plugins.PluginAware

apply() Method

Used to initialize object plugins, load script plugins.