summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar liach2019-05-10 01:56:20 -0700
committerGravatar Adrian Siekierka2019-05-10 10:56:20 +0200
commit44dd51db443839788fe23c55d6036d8fa3ba692b (patch)
treec2ac8361c09526b18585a7adcc873d5aa62354dc /build.gradle
parentCatch all decompilation Throwables instead of just Exceptions (diff)
downloadenigma-44dd51db443839788fe23c55d6036d8fa3ba692b.tar.gz
enigma-44dd51db443839788fe23c55d6036d8fa3ba692b.tar.xz
enigma-44dd51db443839788fe23c55d6036d8fa3ba692b.zip
Use our procyon to fix compiler issues (#128)
And update gradle to latest 5.4.1 Signed-off-by: liach <liach@users.noreply.github.com>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 694758ce..548b2fb6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ buildscript {
8 } 8 }
9 9
10 dependencies { 10 dependencies {
11 classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3' 11 classpath 'com.github.jengelman.gradle.plugins:shadow:4.0.2'
12 } 12 }
13} 13}
14 14
@@ -88,7 +88,7 @@ configurations {
88 88
89dependencies { 89dependencies {
90 compile 'com.google.guava:guava:27.1-jre' 90 compile 'com.google.guava:guava:27.1-jre'
91 compile 'org.bitbucket.mstrobel:procyon-compilertools:0.5.33.7' 91 compile 'net.fabricmc:procyon-fabric-compilertools:0.5.33.+'
92 compile 'com.google.code.gson:gson:2.8.5' 92 compile 'com.google.code.gson:gson:2.8.5'
93 compile 'org.ow2.asm:asm:7.1' 93 compile 'org.ow2.asm:asm:7.1'
94 compile 'org.ow2.asm:asm-commons:7.1' 94 compile 'org.ow2.asm:asm-commons:7.1'