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