Fix build

dev/0.11
modmuss50 2016-08-21 16:11:03 +01:00
parent d4c96ccf61
commit 8cc3899608
1 changed files with 8 additions and 5 deletions

View File

@ -26,6 +26,10 @@ repositories {
name = 'cuchaz' name = 'cuchaz'
url = 'http://maven.cuchazinteractive.com/' url = 'http://maven.cuchazinteractive.com/'
} }
maven {
name "RX14 Repository"
url 'http://mvn.rx14.co.uk/local/'
}
} }
configurations { configurations {
@ -44,11 +48,10 @@ dependencies {
shade 'com.google.guava:guava:19.0' shade 'com.google.guava:guava:19.0'
shade 'net.fabricmc:blending-jar:0.1.1.6' shade 'net.fabricmc:blending-jar:0.1.1.6'
shade 'net.fabricmc:enigma:0.11.+' compile 'net.fabricmc:enigma:0.11.+'
shade 'org.javassist:javassist:3.+' compile 'org.javassist:javassist:3.+'
shade 'org.bitbucket.mstrobel:procyon-decompiler:0.5.28-enigma' compile 'org.bitbucket.mstrobel:procyon-compilertools:0.5.33.6-enigma'
shade 'org.javassist:javassist:3.20.0-GA' compile 'de.sciss:syntaxpane:1.1.+'
shade 'de.sciss:syntaxpane:1.1.+'
} }
license { license {