Skip to content

Commit

Permalink
Merge pull request #7 from usefulness/mateuszkwiecinski-patch-1
Browse files Browse the repository at this point in the history
Update PublishingPlugin.kt
  • Loading branch information
mateuszkwiecinski authored Apr 1, 2024
2 parents 973239c + a1d6148 commit a5544a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/plugins/src/main/kotlin/PublishingPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PublishingPlugin : Plugin<Project> {
}
maven { maven ->
maven.name = "mavenCentral"
maven.setUrl("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
maven.setUrl("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
maven.mavenContent { it.releasesOnly() }
with(maven.credentials) {
username = findConfig("OSSRH_USERNAME")
Expand Down

0 comments on commit a5544a5

Please sign in to comment.