-
Notifications
You must be signed in to change notification settings - Fork 118
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
refactor: Update picocli to latest version #1473
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
@flank-it |
Integration tests failed ❌ |
69e91e7
to
46bb71f
Compare
@flank-it |
Integration tests succeed ✅ |
Timestamp: 2021-01-11 06:31:57 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
46bb71f
to
3a43f69
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- iOS works
- android works
- tests pass
Fixes #1452
Picocli latest version causes that Flank does not work, it was caused by breaking changes that prevent the class to contain nested
@Mixin
annotated configuration classes.It turns out that we do not need to change our logic of reading data in
mutableMap<String, Any?>
Test Plan
All tests passed.
Flank works normally
Checklist