Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Use gradle-external-publish-plugin to avoid bintray issues #5337

Merged
merged 17 commits into from
Mar 25, 2021

Conversation

CRogers
Copy link
Contributor

@CRogers CRogers commented Mar 24, 2021

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.

@changelog-app
Copy link

changelog-app bot commented Mar 25, 2021

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Use gradle-external-publish-plugin to continue publishing after bintray decomissioning.

Check the box to generate changelog(s)

  • Generate changelog entry

@CRogers CRogers marked this pull request as ready for review March 25, 2021 14:11
@CRogers CRogers requested a review from jeremyk-91 March 25, 2021 14:11
@jeremyk-91
Copy link
Contributor

Change looks fine, from what I can tell. We also need to remove mandating deploy to be needed, so I'll do that.

Copy link
Contributor

@jeremyk-91 jeremyk-91 left a 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!

@jeremyk-91 jeremyk-91 merged commit b0c091f into develop Mar 25, 2021
@delete-merged-branch delete-merged-branch bot deleted the callumr/gradle-external-publish-plugin branch March 25, 2021 16:56
@svc-autorelease
Copy link
Collaborator

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants