From 49279009cb2d03242b1cf84dbeda212a92ec21a6 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 5 Apr 2021 07:43:10 -0700 Subject: [PATCH] Use newer Proguard that can handle JDK14. Unfortunately due to a bug in proguard-maven-plugin I can't currently use a version of Proguard that supports JDK15. --- launcher/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/launcher/pom.xml b/launcher/pom.xml index 1a84670..e61c1db 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -85,7 +85,7 @@ com.github.wvengen proguard-maven-plugin - 2.0.14 + 2.3.1 package @@ -94,14 +94,14 @@ - net.sf.proguard + com.guardsquare proguard-base - 6.1.0 + 7.0.0 runtime - 6.1.0 + 7.0.0 ${project.build.directory} ${project.build.finalName}.jar ${project.build.finalName}.jar