From 0e43babc49e79e0e890816e46902cea6bedbf911 Mon Sep 17 00:00:00 2001 From: liach Date: Sat, 3 Jul 2021 06:50:05 -0500 Subject: Update proguard (#418) and remove java 8 command line vestige as we are now on 16 Signed-off-by: liach Co-authored-by: liach --- enigma/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enigma/build.gradle b/enigma/build.gradle index 1f53f461..72d1c6a5 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.6' - proGuard 'com.guardsquare:proguard-base:7.1.0-beta5' + proGuard 'com.guardsquare:proguard-base:7.1.0' } // Generate "version.txt" file @@ -30,7 +30,7 @@ sourceSets.main.output.dir genOutputDir, builtBy: generateVersionFile // Generate obfuscated JARs for tests -def libraryJarsArg = JavaVersion.current().java9Compatible ? "/jmods" : "/lib/rt.jar" +def libraryJarsArg = "/jmods" // If your test fails for class file version problem with proguard, run gradle with -Dorg.gradle.java.home="" flag file('src/test/java/cuchaz/enigma/inputs').listFiles().each { theFile -> -- cgit v1.2.3