celestibytes.gradle.reference.Versions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CelestiGradle Show documentation
Show all versions of CelestiGradle Show documentation
Gradle plugin for building Celestibytes projects. ForgeGradle included.
package celestibytes.gradle.reference;
public final class Versions
{
public static final String VERSION = "2.4.2";
public static final String DEFAULT_MINECRAFT_VERSION = "1.7.10";
}