Skip to content

Commit

Permalink
Fix 403 maven publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-radhika-s committed Feb 23, 2022
1 parent ebb734a commit ee7712c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/publish-root.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ nexusPublishing {
stagingProfileId = sonatypeStagingProfileId
username = ossrhUsername
password = ossrhPassword
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
}
}
}

0 comments on commit ee7712c

Please sign in to comment.