Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Migration following OSSRH Staging API
  • Loading branch information
philips77 committed Jul 4, 2025
commit cbac52633941119ae0b9673eba297d127f268846
1 change: 1 addition & 0 deletions gradle/publish-root.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ nexusPublishing {

repositories {
sonatype {
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
stagingProfileId = System.env.SONATYPE_STAGING_PROFILE_ID
username = System.env.OSSR_USERNAME
password = System.env.OSSR_PASSWORD
Expand Down