Merged in dmod/buildgradle-fixed-to-know-where-the-spec-1408332925227 (pull request #2)
build.gradle fixed to know where the SpecialSource snapshot is
This commit is contained in:
commit
58118449ef
1 changed files with 5 additions and 1 deletions
|
@ -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.2-SNAPSHOT'
|
||||
classpath 'net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue