Migrate publishing from legacy OSSRH to Maven Central Portal#1747
Merged
joelittlejohn merged 1 commit intomasterfrom Jan 31, 2026
Merged
Migrate publishing from legacy OSSRH to Maven Central Portal#1747joelittlejohn merged 1 commit intomasterfrom
joelittlejohn merged 1 commit intomasterfrom
Conversation
b7b52f7 to
2d8821f
Compare
Collaborator
|
Question: as it's rather hard to verify - would it make sense to try out with a "release candidate" version ? P.S. wondering also whether |
Owner
Author
|
Yes definitely agree. I've successfully pushed a snapshot to Central and this worked well. When we come to release we'll see if there's any tweaks to make on the Gradle build & publish. |
Owner
Author
|
At some point soon I want to move the release script to GitHub actions and add relevant secrets to GitHub. |
Collaborator
Sounds really nice ! |
014f8fb to
e3d7967
Compare
- Remove oss-parent:9 inheritance - Add central-publishing-maven-plugin for direct Central Portal publishing - Add distributionManagement for snapshot repository - Consolidate release profiles (merge release-sign-artifacts into release) - Update release script to remove manual OSSRH steps - Fix dependency version conflicts: - JUnit BOM: 5.13.2 → 5.13.4 (match mockito requirement) - maven-shared-utils: 3.3.4 → 3.4.2 (match maven-core) - maven-plugin-api: 2.2.1 → 3.9.11 (match maven-core) - Exclude kotlin dependencies from Moshi
e3d7967 to
5cf82a8
Compare
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.
A few steps involved here, which are hard to verify until we need to do a full release: