diff options
| -rw-r--r-- | build.gradle | 4 | ||||
| -rw-r--r-- | 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 { | |||
| 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 | ||
| 89 | dependencies { | 89 | dependencies { |
| 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 |
| 2 | distributionBase=GRADLE_USER_HOME | 2 | distributionBase=GRADLE_USER_HOME |
| 3 | distributionPath=wrapper/dists | 3 | distributionPath=wrapper/dists |
| 4 | zipStoreBase=GRADLE_USER_HOME | 4 | zipStoreBase=GRADLE_USER_HOME |
| 5 | zipStorePath=wrapper/dists | 5 | zipStorePath=wrapper/dists |
| 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip | 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip |