Package uk.co.mulecode.versioning.plugin
Class VersionPlugin
- java.lang.Object
-
- uk.co.mulecode.versioning.plugin.VersionPlugin
-
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class VersionPlugin extends java.lang.Object implements org.gradle.api.Plugin<org.gradle.api.Project>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGROUPstatic java.lang.StringTASK_CONFIG_NAMEstatic java.lang.StringTASK_NAMEstatic java.lang.StringTASK_NAME_PUSH
-
Constructor Summary
Constructors Constructor Description VersionPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(org.gradle.api.Project target)
-
-
-
Field Detail
-
GROUP
public static final java.lang.String GROUP
- See Also:
- Constant Field Values
-
TASK_NAME
public static final java.lang.String TASK_NAME
- See Also:
- Constant Field Values
-
TASK_NAME_PUSH
public static final java.lang.String TASK_NAME_PUSH
- See Also:
- Constant Field Values
-
TASK_CONFIG_NAME
public static final java.lang.String TASK_CONFIG_NAME
- See Also:
- Constant Field Values
-
-