Class UpdateableConstants

java.lang.Object
com.gtnewhorizons.gtnhgradle.UpdateableConstants

public class UpdateableConstants extends Object
Collections of version numbers and other similar "constants" that may need frequent updating.
  • Field Details

    • NEWEST_GRADLE_VERSION

      @NotNull public static final @NotNull String NEWEST_GRADLE_VERSION
      Latest Gradle version to update to.
      See Also:
    • NEWEST_BLOWDRYER_TAG

      @NotNull public static final @NotNull String NEWEST_BLOWDRYER_TAG
      Latest tag of ExampleMod with blowdryer settings
      See Also:
    • NEWEST_UNIMIXINS

      public static final String NEWEST_UNIMIXINS
      Latest version of UniMixins
      See Also:
    • NEWEST_JABEL

      @NotNull public static final @NotNull String NEWEST_JABEL
      Latest version of Jabel for modern Java support
      See Also:
    • NEWEST_GTNH_LIB

      @NotNull public static final @NotNull String NEWEST_GTNH_LIB
      Latest version of GTNHLib for modern Java support
      See Also:
    • NEWEST_LWJGL3IFY

      @NotNull public static final @NotNull String NEWEST_LWJGL3IFY
      Latest version of GTNHLib for modern Java support
      See Also:
    • NEWEST_HODGEPODGE

      @NotNull public static final @NotNull String NEWEST_HODGEPODGE
      Latest version of GTNHLib for modern Java support
      See Also:
    • NEWEST_LWJGL3

      @NotNull public static final @NotNull String NEWEST_LWJGL3
      Latest version of LWJGL3 for modern Java support
      See Also:
    • NEWEST_SPOTLESS_JAVA8

      @NotNull public static final @NotNull String NEWEST_SPOTLESS_JAVA8
      Latest version of Spotless compatible with Java 8
      See Also:
    • NEWEST_SPOTLESS

      @NotNull public static final @NotNull String NEWEST_SPOTLESS
      Latest version of Spotless compatible with modern Java versions
      See Also:
    • NEWEST_HOTSWAPAGENT

      @NotNull public static final @NotNull String NEWEST_HOTSWAPAGENT
      Latest HotSwapAgent release jar URL
      See Also:
    • NEWEST_GTNHGRADLE_SPEC

      @NotNull public static final @NotNull String NEWEST_GTNHGRADLE_SPEC
      Specifier for the latest GTNHGradle version to update to
      See Also:
    • NEWEST_IC2_SPEC

      @NotNull public static final @NotNull String NEWEST_IC2_SPEC
      Latest Industrial Craft 2 version
      See Also:
  • Constructor Details

    • UpdateableConstants

      public UpdateableConstants()