Class GTNHConstants

java.lang.Object
com.gtnewhorizons.gtnhgradle.GTNHConstants

public class GTNHConstants extends Object
Various useful constants related to GTNH projects.
  • Field Details

    • GTNH_MAVEN_PUBLIC_REPOSITORY

      @NotNull public static final @NotNull String GTNH_MAVEN_PUBLIC_REPOSITORY
      URL of the "public" GTNH Maven repository, contains all our and mirrored packages
      See Also:
    • GTNH_MAVEN_RELEASES_REPOSITORY

      @NotNull public static final @NotNull String GTNH_MAVEN_RELEASES_REPOSITORY
      URL of the "releases" GTNH Maven repository, contains only our mod packages
      See Also:
    • CHECKSTYLE_CONFIG

      @NotNull public static final @NotNull String CHECKSTYLE_CONFIG
      The current Checkstyle configuration file contents used
      See Also:
    • JAVA_SOURCES_DIR

      @NotNull public static final @NotNull String JAVA_SOURCES_DIR
      The default directory for Java sources
      See Also:
    • SCALA_SOURCES_DIR

      @NotNull public static final @NotNull String SCALA_SOURCES_DIR
      The default directory for Scala sources
      See Also:
    • KOTLIN_SOURCES_DIR

      @NotNull public static final @NotNull String KOTLIN_SOURCES_DIR
      The default directory for Kotlin sources
      See Also:
    • MOD_VERSION_PROPERTY

      @NotNull public static final @NotNull String MOD_VERSION_PROPERTY
      Name of the String property defined on the project that contains the detected version
      See Also:
    • SETTINGS_GRADLE_FILE_PROPERTY

      @NotNull public static final @NotNull String 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()