summaryrefslogtreecommitdiff
path: root/enigma
diff options
context:
space:
mode:
authorGravatar liach2021-09-20 04:28:18 -0500
committerGravatar GitHub2021-09-20 11:28:18 +0200
commitcf2945630ff533951f0405c18cf3a2d9970292f5 (patch)
tree72cda487caea4093dabdbab37ed0a8321aedeb26 /enigma
parentBump version (diff)
downloadenigma-fork-cf2945630ff533951f0405c18cf3a2d9970292f5.tar.gz
enigma-fork-cf2945630ff533951f0405c18cf3a2d9970292f5.tar.xz
enigma-fork-cf2945630ff533951f0405c18cf3a2d9970292f5.zip
Update gradle and skip unnecessary swing updates (#431)
update proguard to support java 17 Signed-off-by: liach <liach@users.noreply.github.com> Co-authored-by: liach <liach@users.noreply.github.com>
Diffstat (limited to 'enigma')
-rw-r--r--enigma/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/enigma/build.gradle b/enigma/build.gradle
index 72d1c6a..dc7bfa2 100644
--- a/enigma/build.gradle
+++ b/enigma/build.gradle
@@ -11,7 +11,7 @@ dependencies {
11 implementation 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13' 11 implementation 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13'
12 implementation 'net.fabricmc:cfr:0.0.6' 12 implementation 'net.fabricmc:cfr:0.0.6'
13 13
14 proGuard 'com.guardsquare:proguard-base:7.1.0' 14 proGuard 'com.guardsquare:proguard-base:7.2.0-beta1'
15} 15}
16 16
17// Generate "version.txt" file 17// Generate "version.txt" file