Skip to content

Commit

Permalink
Update proguard plugin to support Java 11 compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ganadist committed Sep 10, 2020
1 parent 29a2440 commit 299d2e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gson/pom.xml
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.github.wvengen</groupId>
<artifactId>proguard-maven-plugin</artifactId>
<version>2.0.14</version>
<version>2.3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -111,7 +111,7 @@
</execution>
</executions>
<configuration>
<proguardVersion>6.0.2</proguardVersion>
<proguardVersion>6.2.2</proguardVersion>
<obfuscate>true</obfuscate>
<injar>test-classes-obfuscated-injar</injar>
<outjar>test-classes-obfuscated-outjar</outjar>
Expand All @@ -126,7 +126,7 @@
<dependency>
<groupId>net.sf.proguard</groupId>
<artifactId>proguard-base</artifactId>
<version>6.0.2</version>
<version>6.2.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 299d2e6

Please sign in to comment.