Skip to content

Commit 6f35530

Browse files
committed
ROR 1.65.0 release - publishing mvn artifacts fix
1 parent 6b0ce2f commit 6f35530

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ version = pluginVersion
5656
nexusPublishing {
5757
repositories {
5858
sonatype {
59+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
5960
stagingProfileId = System.getenv('MAVEN_STAGING_PROFILE_ID')
6061
username = System.getenv('MAVEN_REPO_USER')
6162
password = System.getenv('MAVEN_REPO_PASSWORD')

0 commit comments

Comments
 (0)