Skip to content

Commit

Permalink
Fix Sonatype URL
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschiller committed Jul 30, 2021
1 parent b4967e9 commit 84d40d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Publish.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fun PublishingExtension.configurePublications(project: Project) {
repositories {
maven {
name = "sonatype"
url = URI.create("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
url = URI.create("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
credentials {
username = System.getenv(ENV_SONATYPE_USERNAME)
password = System.getenv(ENV_SONATYPE_PASSWORD)
Expand Down

0 comments on commit 84d40d4

Please sign in to comment.