Skip to content

Commit

Permalink
Merge pull request #3 from canopas/fix-maven-publish-issue
Browse files Browse the repository at this point in the history
Fix 403 maven publish issue
  • Loading branch information
cp-radhika-s authored Feb 23, 2022
2 parents ebb734a + ee7712c commit 1874700
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 1874700

Please sign in to comment.