diff --git a/build.gradle b/build.gradle index eca0610..12b67ff 100644 --- a/build.gradle +++ b/build.gradle @@ -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.