mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
update maven, dependency plugins
This commit is contained in:
@@ -414,7 +414,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>1.7</version>
|
||||
<version>3.0.0</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.ant</groupId>
|
||||
@@ -472,7 +472,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>1.7</version>
|
||||
<version>3.0.0</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.ant</groupId>
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
-dontskipnonpubliclibraryclasses
|
||||
-dontpreverify
|
||||
-verbose
|
||||
-optimizations !code/simplification/*,!field/*,!class/merging/*,!code/allocation/variable,!library/gson
|
||||
# https://stackoverflow.com/a/32615580
|
||||
-optimizations !code/simplification/*,!field/*,!class/merging/*,!code/allocation/variable,!library/gson,!class/unboxing/enum
|
||||
|
||||
## Uncomment the line below and set it to the location of rt.jar in JDK if the Proguard step fails to find the libraries
|
||||
## and spits out a thousand-something Class Not Found errors
|
||||
@@ -61,7 +62,7 @@
|
||||
-keep class org.apache.commons.lang3.** { *; }
|
||||
-keep class com.google.guava.** { *; }
|
||||
-keep class com.google.common.** { *; }
|
||||
#-keep class com.google.gson.GsonBuilder
|
||||
##-keep class com.google.gson.GsonBuilder
|
||||
##-keep class io.sentry.event.Event { *; }
|
||||
##-keep class io.sentry.android.core.SentryAndroidOptions
|
||||
##-keep class io.sentry.android.core.SentryAndroid
|
||||
@@ -129,6 +130,3 @@
|
||||
}
|
||||
|
||||
-keepattributes LineNumberTable,SourceFile
|
||||
|
||||
# https://stackoverflow.com/a/32615580
|
||||
-optimizations !class/unboxing/enum
|
||||
Reference in New Issue
Block a user