This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Use gradle-external-publish-plugin to avoid bintray issues #5337
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Generate changelog in
|
Change looks fine, from what I can tell. We also need to remove mandating |
jeremyk-91
approved these changes
Mar 25, 2021
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.
👍 thanks a lot for this!
delete-merged-branch
bot
deleted the
callumr/gradle-external-publish-plugin
branch
March 25, 2021 16:56
Released 0.312.2 |
jeremyk-91
pushed a commit
that referenced
this pull request
Sep 21, 2021
* Use gradle-external-publish-plugin to avoid bintray issues * Update to use new dist plugin * Delete publish-dists.gradle * Publish test jars * Add generated changelog entries * Autorelease 0.312.2-rc1 * Revert "Autorelease 0.312.2-rc1" This reverts commit 5635d7f. * Fix deploy part of circleci * Autorelease 0.312.2-rc2 * Revert "Autorelease 0.312.2-rc2" This reverts commit fc9d511. * Avoid publishing jars with dists * Don't run tests before publish to test publish quicker * Autorelease 0.312.2-rc3 * Revert "Autorelease 0.312.2-rc3" This reverts commit f9a5c83. * Don't run deploy on feature branches * Revert "Don't run tests before publish to test publish quicker" This reverts commit c782209.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bintray is being decommissioned and starting on Sunday will not be accepting any more release versions: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
This PR changes the publishing code to use the new
gradle-external-publish-plugin
that publishes to maven central.