Should now build against the enigma fork, not old versions.

dev/0.11
modmuss50 2017-05-10 21:45:11 +01:00
parent 6dbe4d7271
commit c4727ab313
No known key found for this signature in database
GPG Key ID: 203A5ED4D3E48BEA
1 changed files with 1 additions and 5 deletions

View File

@ -22,10 +22,6 @@ repositories {
maven {
name = 'fabric'
url = 'http://maven.fabricmc.net/'
}
maven {
name = 'cuchaz'
url = 'http://maven.cuchazinteractive.com/'
}
maven {
name "RX14 Repository"
@ -57,7 +53,7 @@ dependencies {
shade 'commons-io:commons-io:1.4'
shade 'com.google.guava:guava:19.0'
shade 'net.fabricmc:weave:0.1.0.6'
shade 'cuchaz:enigma:+:lib'
shade 'cuchaz:enigma:0.11.0.+:lib'
shade 'net.fabricmc:tiny-remapper:+'
//Always fun when your dep needs the tool to build, but the tool needs the dep.