-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Android] Fix PatternSyntaxException #1370
Conversation
I've spend too much of my spare time on this now. As much as I'd love to dig into this further I do have other things that need to be done at the moment.. If anybody wants to pick up where I left off you can |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Android can't parse
\\{.?}
see: https://issuetracker.google.com/issues/80198022Resulting in
This however is ignored by the android maven plugin:
Which is a problem because it effectively means there is no CI on android.