Gradle Plugins TODEPLETE: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
* Maven publishing plugin. | * Maven publishing plugin. | ||
Plugins may contribute their own [[Gradle_Task#Overview|tasks]] to the project. | |||
=Plugin Initialization= | =Plugin Initialization= |
Revision as of 22:52, 17 May 2018
External
Internal
Overview
Most of Gradle's power comes from external plugins.
A Project implements PluginAware.
- Java plugin.
- Maven publishing plugin.
Plugins may contribute their own tasks to the project.
Plugin Initialization
apply plugin:'java'