-
Notifications
You must be signed in to change notification settings - Fork 275
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
Enable shipkit release publishing #1239
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1239 +/- ##
=============================================
- Coverage 85.84% 72.22% -13.63%
- Complexity 76 6043 +5967
=============================================
Files 9 439 +430
Lines 544 34913 +34369
Branches 56 4430 +4374
=============================================
+ Hits 467 25216 +24749
- Misses 58 8551 +8493
- Partials 19 1146 +1127
Continue to review full report at Codecov.
|
Set up the shipkit gradle plugin for publishing releases to bintray. Once setup with travis, this should handle automatic generation of github releases and maven artifacts when PRs are merged to the master branch.
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.
It will be great to link the published javadoc to the main README.ml page
This looks good. Thank you! |
Tested locally using
./gradlew testRelease
I have set up travis-ci environment variables to use my bintray/github account/api keys.