-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.pro
34 lines (25 loc) · 822 Bytes
/
config.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
-injars bin/jarget-uber.jar
# -injars /home/archbox/opt/scala-2.12.3/lib/scala-library.jar
# -injars /home/archbox/opt/scala-2.12.3/lib/scala-xml_2.12-1.0.6.jar
-outjars bin/jarget-pro.jar
-libraryjars <java.home>/lib/rt.jar
-dontwarn scala.** -verbose
# -dontshrink
-dontoptimize
-dontobfuscate
# -keepattributes Signature
########################################
-keepclasseswithmembers public class * {
public static void main(java.lang.String[]);
}
-keepattributes Signature
-keepattributes *Annotation*
-keepattributes InnerClasses
-keepattributes SourceFile
-keepattributes LineNumberTable
-keep interface java8.** { *; }
-keep class java8.** { *; }
# -keep class java8.** { *; }
# -dontobfuscate java8.**
# -dontshrink java8.**
-adaptresourcefilecontents assets/version.txt,assets/user-help.txt