You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
674 B
16 lines
674 B
2 years ago
|
# JSR 305 annotations are for embedding nullability information.
|
||
|
-dontwarn javax.annotation.**
|
||
|
|
||
|
# A resource is loaded with a relative path so the package of this class must be preserved.
|
||
|
-adaptresourcefilenames okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz
|
||
|
|
||
|
# Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java.
|
||
|
-dontwarn org.codehaus.mojo.animal_sniffer.*
|
||
|
|
||
|
# OkHttp platform used only on JVM and when Conscrypt and other security providers are available.
|
||
|
-dontwarn okhttp3.internal.platform.**
|
||
|
-dontwarn org.conscrypt.**
|
||
|
-dontwarn org.bouncycastle.**
|
||
|
-dontwarn org.openjsse.**
|
||
|
|
||
|
-keep class org.ocpsoft.prettytime.i18n**
|