Class BuildProperties

java.lang.Object
xyz.srnyx.annoyingapi.BuildProperties

public class BuildProperties extends Object
This class is used to store properties defined in the build.gradle.kts file
Uses Blossom
  • Field Details

    • ANNOYING_API_VERSION

      @NotNull public static final @NotNull String ANNOYING_API_VERSION
      The version of Annoying API
      See Also:
    • ITEM_NBT_API_VERSION

      @NotNull public static final @NotNull String ITEM_NBT_API_VERSION
      The version of ITEM_NBT_API that Annoying API is built with
      See Also:
    • BSTATS_VERSION

      @NotNull public static final @NotNull String BSTATS_VERSION
      The version of bStats that Annoying API is built with
      See Also:
    • REFLECTIONS_VERSION

      @NotNull public static final @NotNull String REFLECTIONS_VERSION
      The version of REFLECTIONS that Annoying API is built with
      See Also:
    • H2_VERSION

      @NotNull public static final @NotNull String H2_VERSION
      The version of H2 that Annoying API is built with
      See Also:
    • POSTGRESQL_VERSION

      @NotNull public static final @NotNull String POSTGRESQL_VERSION
      The version of POSTGRESQL that Annoying API is built with
      See Also:
  • Constructor Details

    • BuildProperties

      public BuildProperties()
      This class cannot be instantiated