Bump Proguard to 4.8 to make things work with Java 7.
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
</condition>
|
||||
<!-- set up the proguard task -->
|
||||
<artifact:dependencies pathId="proguard.classpath">
|
||||
<dependency groupId="net.sf.proguard" artifactId="proguard" version="4.4"/>
|
||||
<dependency groupId="net.sf.proguard" artifactId="proguard-anttask" version="4.8"/>
|
||||
</artifact:dependencies>
|
||||
<taskdef resource="proguard/ant/task.properties" classpathref="proguard.classpath"/>
|
||||
|
||||
|
||||
@@ -121,9 +121,10 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.pyx4me</groupId>
|
||||
<!-- TODO: return to stock groupId when they make it work with 4.5+: com.pyx4me -->
|
||||
<groupId>com.github.wvengen</groupId>
|
||||
<artifactId>proguard-maven-plugin</artifactId>
|
||||
<version>2.0.4</version>
|
||||
<version>2.0.6</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
@@ -133,13 +134,13 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>net.sf.proguard</groupId>
|
||||
<artifactId>proguard</artifactId>
|
||||
<version>4.4</version>
|
||||
<artifactId>proguard-base</artifactId>
|
||||
<version>4.8</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<configuration>
|
||||
<proguardVersion>4.4</proguardVersion>
|
||||
<proguardVersion>4.8</proguardVersion>
|
||||
<outputDirectory>${project.build.directory}</outputDirectory>
|
||||
<outjar>${project.build.finalName}.jar</outjar>
|
||||
<injar>${project.build.finalName}.jar</injar>
|
||||
|
||||
Reference in New Issue
Block a user