-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proguard exclusions #215
Comments
Related issues :
Those are all related to the base64 encoder. |
one of the warning can be handled with ProGuard rules.
Note: likely don't need the -keepnames entry. |
Hi Brill Pappin, The proguard exclusions for JJWT & Jackson are: -keepnames class com.fasterxml.jackson.databind.** { ; } -keep class org.bouncycastle.** { ; } -keep class io.jsonwebtoken.** { ; } -dontwarn javax.xml.bind.DatatypeConverter -keepnames class com.fasterxml.jackson.** { * ; } I hope this help you. |
I've added this to a new wiki page: https://github.com/jwtk/jjwt/wiki/ProGaurd-exclusions Please free to re-open this issue if you think other actionable work needs to be done. |
Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease'. > Job failed, see logs for details and steel send me this warning |
不好 |
1 similar comment
不好 |
There were some syntax errors and/or incorrect rules in the snippet above I believe. Wiki entry has been updated with corrections. |
What are the ProGuard exclusions for JJWT?
For instance, we can't build due to this error.
The text was updated successfully, but these errors were encountered: