plugin
Adds a org.gradle.api.Plugin to use to configure the target objects. You can call this method multiple times, to use multiple plugins. Scripts and plugins are applied in the order that they are added.
Return
this
Parameters
plugin Class
The plugin to apply.
Adds a org.gradle.api.Plugin to use to configure the target objects. You can call this method multiple times, to use multiple plugins. Scripts and plugins are applied in the order that they are added.
Return
this
Parameters
plugin Id
The id of the plugin to apply.