Fix repository name.

This commit is contained in:
Kavin 2023-01-29 22:25:49 +00:00
parent 02adba3d9b
commit 0ffd1e61b8
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ targetCompatibility = JavaVersion.VERSION_17
publishing {
repositories {
maven {
name = "Sonatype OSS"
name = "sonatypeStaging"
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
credentials {
username = project.findProperty("ossrh.user") ?: System.getenv("USERNAME")