Skip to content

Commit ee7712c

Browse files
committed
Fix 403 maven publish issue
1 parent ebb734a commit ee7712c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/publish-root.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ nexusPublishing {
3737
stagingProfileId = sonatypeStagingProfileId
3838
username = ossrhUsername
3939
password = ossrhPassword
40+
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
41+
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
4042
}
4143
}
4244
}

0 commit comments

Comments
 (0)