Class GradleWrapperNeoPlugin
java.lang.Object
org.glavo.gradle.wrapper.neo.plugin.GradleWrapperNeoPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public final class GradleWrapperNeoPlugin
extends Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
Registers the
WrapperNeo task that generates a source-based Gradle Wrapper.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project project) Registers the "wrapperNeo" task for the target project.
-
Field Details
-
TASK_NAME
The name of the task registered by this plugin.- See Also:
-
-
Constructor Details
-
GradleWrapperNeoPlugin
public GradleWrapperNeoPlugin()Creates a Gradle Wrapper Neo plugin instance.
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) Registers the "wrapperNeo" task for the target project.- Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>- Parameters:
project- the project to configure
-