-
Notifications
You must be signed in to change notification settings - Fork 393
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
CLI command name fix + bump shadow plugin version + cleanup #164
Conversation
Codecov Report
@@ Coverage Diff @@
## master #164 +/- ##
==========================================
- Coverage 85.75% 85.73% -0.03%
==========================================
Files 303 303
Lines 9912 9912
Branches 543 543
==========================================
- Hits 8500 8498 -2
- Misses 1412 1414 +2
Continue to review full report at Codecov.
|
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
@@ -49,8 +49,8 @@ configure(allProjs) { | |||
sourceCompatibility = 1.8 | |||
targetCompatibility = 1.8 | |||
|
|||
// Max: Set this to the main class for cli. | |||
// Could not figure out how to configure it just for the cli subproject | |||
// Set this to the main class for cli. |
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.
:-)
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.
There is currently no other way. I also checked ;)
Related issues
CLI shows invalid command name.
Describe the proposed solution
Updated the name + shadow plugin version bump
Describe alternatives you've considered
NA