Package com.gtnewhorizons.gtnhgradle
Class GTNHConstants
java.lang.Object
com.gtnewhorizons.gtnhgradle.GTNHConstants
Various useful constants related to GTNH projects.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NotNull String
The current Checkstyle configuration file contents usedstatic final @NotNull String
URL of the "public" GTNH Maven repository, contains all our and mirrored packagesstatic final @NotNull String
URL of the "releases" GTNH Maven repository, contains only our mod packagesstatic final @NotNull String
The default directory for Java sourcesstatic final @NotNull String
The default directory for Kotlin sourcesstatic final @NotNull String
Name of the String property defined on the project that contains the detected versionstatic final @NotNull String
The default directory for Scala sourcesstatic final @NotNull String
Name of the String property defined on the project that contains the settings.gradle File instance -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GTNH_MAVEN_PUBLIC_REPOSITORY
URL of the "public" GTNH Maven repository, contains all our and mirrored packages- See Also:
-
GTNH_MAVEN_RELEASES_REPOSITORY
URL of the "releases" GTNH Maven repository, contains only our mod packages- See Also:
-
CHECKSTYLE_CONFIG
The current Checkstyle configuration file contents used- See Also:
-
JAVA_SOURCES_DIR
The default directory for Java sources- See Also:
-
SCALA_SOURCES_DIR
The default directory for Scala sources- See Also:
-
KOTLIN_SOURCES_DIR
The default directory for Kotlin sources- See Also:
-
MOD_VERSION_PROPERTY
Name of the String property defined on the project that contains the detected version- See Also:
-
SETTINGS_GRADLE_FILE_PROPERTY
Name of the String property defined on the project that contains the settings.gradle File instance- See Also:
-
-
Constructor Details
-
GTNHConstants
public GTNHConstants()
-