Skip to content

Commit

Permalink
Update build.gradle.kts (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek authored Jun 9, 2024
1 parent 3b7783f commit 757619d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ subprojects {
}

nexusPublishing.repositories.sonatype {
val baseUrl = "https://oss.sonatype.org/"
val baseUrl = "https://s01.oss.sonatype.org/"
nexusUrl = uri("${baseUrl}service/local/")
snapshotRepositoryUrl = uri("${baseUrl}content/repositories/snapshots/")
}

0 comments on commit 757619d

Please sign in to comment.