Skip to content

Commit 6794d19

Browse files
committed
Switch to 1.12.2
1 parent dd53bc7 commit 6794d19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ compileJava {
2020
}
2121

2222
minecraft {
23-
version = "1.12-14.21.1.2387"
23+
version = "1.12.2-14.23.4.2758"
2424
runDir = "run"
2525

2626
// the mappings can be changed at any time, and must be in the following format.
2727
// snapshot_YYYYMMDD snapshot are built nightly.
2828
// stable_# stables are built at the discretion of the MCP team.
2929
// Use non-default mappings at your own risk. they may not always work.
3030
// simply re-run your setup task after changing the mappings to update your workspace.
31-
mappings = "snapshot_20170628"
31+
mappings = "stable_39"
3232
replace '@VERSION@', project.version
3333
makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
3434
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Apr 05 06:10:52 PDT 2017
1+
#Mon Aug 27 13:17:12 PDT 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

0 commit comments

Comments
 (0)