-
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
feat: Added Flank Wrapper #2064
Conversation
135ad88
to
d19bf08
Compare
Title does not follow the guidelines of Conventional Commits.
|
Timestamp: 2021-07-06 12:55:28 |
This looks great! What do you think about using mixpanel to track # of downloads with the Flank wrapper? And use sentry to check to make sure any crashes are reported? These can be done in a follow up PR to keep this one small. |
I will create a follow up tickets for it |
Fixes #2041
This is the solution to have evergreen Flank. The wrapper will always use the latest version of Flank
Test Plan
./gradlew flank_wrapper:shadowJar
flankw/flankw.bat
orjava -jar flank_wrapper.jar
and provide flank options as usualChecklist