Now comes the grind, 244 errors left

This commit is contained in:
modmuss50 2016-03-13 16:08:30 +00:00
parent 7f920b282f
commit 9a40abbe78
220 changed files with 2053 additions and 2052 deletions

View file

@ -8,6 +8,10 @@ buildscript {
maven {
name = "sonatype"
url = "https://oss.sonatype.org/content/repositories/snapshots/"
}
maven {
name = "modmuss50"
url = "http://maven.modmuss50.me/"
}
}
dependencies {
@ -80,8 +84,8 @@ if (ENV.BUILD_NUMBER) {
}
minecraft {
version = "1.8.9-11.15.1.1722"
mappings = 'snapshot_20151230'
version = "1.9-12.16.0.0-1.9"
mappings = "snapshot_20160312
replace "@MODVERSION@", project.version
makeObfSourceJar = false
useDepAts = true