File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/com/mcmoddev/orespawn/data Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
1919 dependencies {
2020 classpath ' net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
2121 classpath ' gradle.plugin.com.matthewprenger:CurseGradle:1.0.9'
22- classpath ' org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.5 '
22+ classpath ' org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.6.1 '
2323 }
2424}
2525
@@ -69,9 +69,9 @@ if (secretFile.exists()) {
6969}
7070
7171minecraft {
72- version = " 1.12.1 -14.22 .1.2485 "
72+ version = " 1.12.2 -14.23 .1.2555 "
7373 runDir = " run"
74- mappings = " snapshot_20170925 "
74+ mappings = " snapshot_20171231 "
7575// coreMod = ""
7676 makeObfSourceJar = false
7777
@@ -254,7 +254,7 @@ curseforge {
254254 project {
255255 id = " 245586"
256256 changelog = file(" CHANGELOG.txt" )
257- releaseType = " alpha "
257+ releaseType = " release "
258258 def projName = " OreSpawn"
259259 def displayVersion = getVersion(" VERSION" , mod_file)
260260 if (System . getenv(). BUILD_NUMBER ) {
Original file line number Diff line number Diff line change 33public class Constants {
44 public static final String MODID = "orespawn" ;
55 public static final String NAME = "MMD OreSpawn" ;
6- public static final String VERSION = "3.2.0 " ;
6+ public static final String VERSION = "3.2.1 " ;
77 public static final String RETROGEN_KEY = "Retrogen" ;
88 public static final String CONFIG_FILE = "config/orespawn.cfg" ;
99 public static final String FORCE_RETROGEN_KEY = "Force Retrogen" ;
You can’t perform that action at this time.
0 commit comments