From 44dd51db443839788fe23c55d6036d8fa3ba692b Mon Sep 17 00:00:00 2001 From: liach Date: Fri, 10 May 2019 01:56:20 -0700 Subject: Use our procyon to fix compiler issues (#128) And update gradle to latest 5.4.1 Signed-off-by: liach --- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 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 { } dependencies { - classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3' + classpath 'com.github.jengelman.gradle.plugins:shadow:4.0.2' } } @@ -88,7 +88,7 @@ configurations { dependencies { compile 'com.google.guava:guava:27.1-jre' - compile 'org.bitbucket.mstrobel:procyon-compilertools:0.5.33.7' + compile 'net.fabricmc:procyon-fabric-compilertools:0.5.33.+' compile 'com.google.code.gson:gson:2.8.5' compile 'org.ow2.asm:asm:7.1' 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 @@ -#Tue Aug 16 01:28:54 BST 2016 +#Fri May 10 01:49:02 PDT 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip -- cgit v1.2.3