Package fr.flowarg.nmsremaphelper
Class NMSRemapHelperPlugin
java.lang.Object
fr.flowarg.nmsremaphelper.NMSRemapHelperPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public abstract class NMSRemapHelperPlugin
extends Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
The plugin entry class.
-
Field Summary
Modifier and TypeFieldDescriptionConverts artifacts to their target files.static final Artifact
Represent the SpecialSource artifact data. -
Constructor Summary
-
Method Summary
-
Field Details
-
SPECIAL_SOURCE
Represent the SpecialSource artifact data. -
ARTIFACT_FILES
Converts artifacts to their target files.
-
-
Constructor Details
-
NMSRemapHelperPlugin
public NMSRemapHelperPlugin()
-
-
Method Details
-
apply
public void apply(@NotNull @NotNull org.gradle.api.Project project) - Specified by:
apply
in interfaceorg.gradle.api.Plugin<org.gradle.api.Project>
-