From 63e2616c4017633d231fb9ae369fdfd57d2adaca Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Sat, 22 May 2021 10:23:30 +0100 Subject: Update to Java 16 (#390) * Java 16 * Cleanup * Set CFR as the default decompiler, it seems to handle j16 stuff better * Update build.gradle Co-authored-by: YanisBft * Update proguard, disable broken tests Co-authored-by: YanisBft --- enigma/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enigma/build.gradle') diff --git a/enigma/build.gradle b/enigma/build.gradle index 7b7f1e0..c3d2604 100644 --- a/enigma/build.gradle +++ b/enigma/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13' implementation 'net.fabricmc:cfr:0.0.3' - proGuard 'com.guardsquare:proguard-base:7.1.0-beta1' + proGuard 'com.guardsquare:proguard-base:7.1.0-beta4' } // Generate "version.txt" file -- cgit v1.2.3