Package org.spongepowered.gradle.common
Class Constants
- java.lang.Object
-
- org.spongepowered.gradle.common.Constants
-
public final class Constants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConstants.Dependenciesstatic classConstants.Pluginsstatic classConstants.Repositories
-
Field Summary
Fields Modifier and Type Field Description static StringGITHUB_ORGANIZATIONstatic StringNAMEstatic StringTASK_GROUPstatic StringVERSION
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
-
TASK_GROUP
public static final String TASK_GROUP
- See Also:
- Constant Field Values
-
GITHUB_ORGANIZATION
public static final String GITHUB_ORGANIZATION
- See Also:
- Constant Field Values
-
-