-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproguard-rules.pro
More file actions
38 lines (30 loc) · 1.13 KB
/
Copy pathproguard-rules.pro
File metadata and controls
38 lines (30 loc) · 1.13 KB
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
35
36
37
#-keep,allowoptimization,allowobfuscation,allowshrinking class dev.wefhy.whymap.** { *; }
-keep class dev.wefhy.whymap.** { *; }
-ignorewarnings
-dontoptimize
-dontpreverify
-dontobfuscate
-libraryjars <java.home>/jmods/java.base.jmod(!**.jar;!module-info.class)
-libraryjars <java.home>/jmods/java.desktop.jmod(!**.jar;!module-info.class)
-libraryjars <java.home>/jmods/java.management.jmod(!**.jar;!module-info.class)
-dontwarn net.minecraft.**
-dontwarn net.fabric.**
-dontwarn com.mojang.**
-dontwarn net.fabricmc.**
-dontwarn me.shedaniel.clothconfig2.**
-dontwarn org.w3c.dom.**
-dontwarn com.terraformersmc.modmenu.**
-keepattributes Exceptions,Signature,SourceFile,LineNumberTable,*Annotation*,EnclosingMethod
-printmapping out.map
#-keep class kotlin.Metadata
#-keep class kotlin.jvm.functions.Function1 { *; }
-dontwarn **kotlinx.coroutines.**
-dontwarn **org.apache.commons.codec**
-dontwarn **slf4j**
-dontwarn javax.xml.parsers.**
-dontwarn javax.xml.transform.**
-dontwarn org.xml.sax.**
-dontwarn org.spongepowered.asm.**
-dontwarn it.unimi.dsi.fastutil.booleans.**
-dontwarn com.google.common.collect.**
-dontwarn org.joml.Matrix4f