2022-02-21 15:12:56 +00:00
|
|
|
-keepattributes SourceFile,LineNumberTable,EnclosingMethod,InnerClasses
|
2019-12-16 07:16:06 +00:00
|
|
|
-dontobfuscate
|
2020-08-13 09:23:03 +00:00
|
|
|
|
2020-01-01 13:22:38 +00:00
|
|
|
-keep class org.eclipse.jgit.internal.JGitText { *; }
|
2020-05-28 04:27:30 +00:00
|
|
|
-keep class org.bouncycastle.jcajce.provider.** { *; }
|
2021-10-20 06:11:21 +00:00
|
|
|
-keep class !org.bouncycastle.jce.provider.X509LDAPCertStoreSpi,org.bouncycastle.jce.provider.** { *; }
|
2020-08-13 09:23:03 +00:00
|
|
|
|
2023-05-31 12:03:15 +00:00
|
|
|
-dontwarn sun.misc.SignalHandler
|
|
|
|
-dontwarn java.lang.instrument.ClassFileTransformer
|
|
|
|
-dontwarn javax.servlet.ServletContextListener
|
2022-02-21 13:15:59 +00:00
|
|
|
|
|
|
|
# WhatTheStack
|
|
|
|
-keep class com.haroldadmin.whatthestack.WhatTheStackInitializer {
|
|
|
|
<init>();
|
|
|
|
}
|