Skip to content

Commit

Permalink
Improved proguard settings
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Sep 1, 2024
1 parent 3950761 commit 881d6df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom-pack17.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<plugin>
<groupId>com.github.wvengen</groupId>
<artifactId>proguard-maven-plugin</artifactId>
<version>2.5.3</version>
<version>2.6.1</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -92,10 +92,10 @@
<option>-keepattributes Signature,InnerClasses</option>
<option>-keep public class com.github.underscore.Underscore { *; }</option>
<option>-keep public class com.github.underscore.*$Chain { *; }</option>
<option>-keep public class com.github.underscore.Underscore.Function3 { *; }</option>
<option>-keep public class com.github.underscore.Underscore.MemoizeFunction { *; }</option>
<option>-keep public class com.github.underscore.Underscore.PredicateIndexed { *; }</option>
<option>-keep public class com.github.underscore.Underscore.Template { *; }</option>
<option>-keep public class com.github.underscore.Underscore$Function3 { *; }</option>
<option>-keep public class com.github.underscore.Underscore$MemoizeFunction { *; }</option>
<option>-keep public class com.github.underscore.Underscore$PredicateIndexed { *; }</option>
<option>-keep public class com.github.underscore.Underscore$Template { *; }</option>
<option>-keep public class com.github.underscore.Base32 { *; }</option>
<option>-keep public class com.github.underscore.Json { *; }</option>
<option>-keep public class com.github.underscore.U { *; }</option>
Expand Down

0 comments on commit 881d6df

Please sign in to comment.