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 {
19
19
dependencies {
20
20
classpath ' net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
21
21
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 '
23
23
}
24
24
}
25
25
@@ -69,9 +69,9 @@ if (secretFile.exists()) {
69
69
}
70
70
71
71
minecraft {
72
- version = " 1.12.1 -14.22 .1.2485 "
72
+ version = " 1.12.2 -14.23 .1.2555 "
73
73
runDir = " run"
74
- mappings = " snapshot_20170925 "
74
+ mappings = " snapshot_20171231 "
75
75
// coreMod = ""
76
76
makeObfSourceJar = false
77
77
@@ -254,7 +254,7 @@ curseforge {
254
254
project {
255
255
id = " 245586"
256
256
changelog = file(" CHANGELOG.txt" )
257
- releaseType = " alpha "
257
+ releaseType = " release "
258
258
def projName = " OreSpawn"
259
259
def displayVersion = getVersion(" VERSION" , mod_file)
260
260
if (System . getenv(). BUILD_NUMBER ) {
Original file line number Diff line number Diff line change 3
3
public class Constants {
4
4
public static final String MODID = "orespawn" ;
5
5
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 " ;
7
7
public static final String RETROGEN_KEY = "Retrogen" ;
8
8
public static final String CONFIG_FILE = "config/orespawn.cfg" ;
9
9
public static final String FORCE_RETROGEN_KEY = "Force Retrogen" ;
You can’t perform that action at this time.
0 commit comments