Update mappings to stable 39

This commit is contained in:
Matthew Messinger 2018-08-14 19:56:10 -04:00
parent 57206213c5
commit 199ba53a4e

View file

@ -30,7 +30,7 @@ sourceCompatibility = 1.8
minecraft { minecraft {
version = "1.12.2" version = "1.12.2"
mappings = 'snapshot_20170919' mappings = 'stable_39'
runDir = 'run' runDir = 'run'
replace '@VERSION@', project.version replace '@VERSION@', project.version
} }