RUM-10626: Migrate publishing from OSSRH to Central Publisher portal#2770
Merged
0xnm merged 1 commit intoJul 1, 2025
Conversation
0xnm
force-pushed
the
nogorodnikov/rum-10626/migrate-android-sdk-publication-to-central-publisher-portal
branch
2 times, most recently
from
June 30, 2025 12:59
dd4d88a to
d9677f7
Compare
0xnm
force-pushed
the
nogorodnikov/rum-10626/migrate-android-sdk-publication-to-central-publisher-portal
branch
from
June 30, 2025 14:02
d9677f7 to
2d06081
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2770 +/- ##
===========================================
+ Coverage 69.79% 69.85% +0.06%
===========================================
Files 824 824
Lines 30877 30877
Branches 5196 5196
===========================================
+ Hits 21548 21567 +19
+ Misses 7852 7847 -5
+ Partials 1477 1463 -14 🚀 New features to boost your workflow:
|
0xnm
marked this pull request as ready for review
June 30, 2025 14:53
aleksandr-gringauz
approved these changes
Jun 30, 2025
jonathanmos
approved these changes
Jun 30, 2025
ambushwork
approved these changes
Jun 30, 2025
0xnm
deleted the
nogorodnikov/rum-10626/migrate-android-sdk-publication-to-central-publisher-portal
branch
July 1, 2025 05:42
This was referenced Jul 1, 2025
Merged
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
This PR moves away from the legacy OSSRH portal which is going to be sunset on June, 30th to the Central Publisher portal.
Announcement: https://central.sonatype.org/news/20250326_ossrh_sunset/
The desciption of the approach can be found in the code comments:
We are not moving to the new publishing plugin which supports new Central Publisher portal directly (there is no first-party support in Gradle yet, so 3rd party needs to be used), but simply changing the URLs to target intermediate APIs.
I tested with Snapshots, it is working fine. Testing with staging repo for the release TBD.
Staging Profile ID is removed, because we don't know the new one yet (having it just makes publication faster, skipping some calls).
Review checklist (to be filled by reviewers)