- All Implemented Interfaces:
- org.gradle.api.Plugin<org.gradle.api.Project>
public class PluginDevPlugin
extends java.lang.Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
Plugin for Gradle plugin development. The PluginDevPlugin creates a MavenPublication of the Gradle plugin project that the plugin is applied to. Almost all configuration can
happen in one central location through the 'plugindev' extension. The PluginDevPlugin ensures that the publication matches all requirements given by MavenCentral and the Gradle
Plugin Portal.