From 63c99e84f0f4fc9d2d280d4d943d4f01d33377b5 Mon Sep 17 00:00:00 2001 From: liach Date: Sat, 15 May 2021 18:50:57 +0700 Subject: Bump cfr and gradle wrapper (#389) Co-authored-by: liach --- enigma/build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/enigma/build.gradle b/enigma/build.gradle index 87ddf12..7b7f1e0 100644 --- a/enigma/build.gradle +++ b/enigma/build.gradle @@ -9,7 +9,7 @@ dependencies { implementation 'org.ow2.asm:asm-util:9.1' implementation 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13' - implementation 'net.fabricmc:cfr:0.0.2' + implementation 'net.fabricmc:cfr:0.0.3' proGuard 'com.guardsquare:proguard-base:7.1.0-beta1' } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 442d913..0f80bbf 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -- cgit v1.2.3