summaryrefslogtreecommitdiff
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
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>
-rw-r--r--build.gradle4
-rw-r--r--gradle/wrapper/gradle-wrapper.properties4
2 files changed, 4 insertions, 4 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'
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index dd32f0d7..b375035c 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1#Tue Aug 16 01:28:54 BST 2016 1#Fri May 10 01:49:02 PDT 2019
2distributionBase=GRADLE_USER_HOME 2distributionBase=GRADLE_USER_HOME
3distributionPath=wrapper/dists 3distributionPath=wrapper/dists
4zipStoreBase=GRADLE_USER_HOME 4zipStoreBase=GRADLE_USER_HOME
5zipStorePath=wrapper/dists 5zipStorePath=wrapper/dists
6distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip 6distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip