build.gradle make RI know where the snapshots for specialSource is

This commit is contained in:
dmodoom sirius 2014-08-18 03:33:17 +00:00
parent 959505258d
commit 4bb2b0bd9c

View file

@ -5,9 +5,13 @@ buildscript {
name = "forge"
url = "http://files.minecraftforge.net/maven"
}
maven {
name = "sonatype"
url = "https://oss.sonatype.org/content/repositories/snapshots/"
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:1.0-SNAPSHOT'
classpath 'net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT'
}
}