mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
Fix repository name.
This commit is contained in:
parent
02adba3d9b
commit
0ffd1e61b8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ targetCompatibility = JavaVersion.VERSION_17
|
||||||
publishing {
|
publishing {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
name = "Sonatype OSS"
|
name = "sonatypeStaging"
|
||||||
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
|
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
|
||||||
credentials {
|
credentials {
|
||||||
username = project.findProperty("ossrh.user") ?: System.getenv("USERNAME")
|
username = project.findProperty("ossrh.user") ?: System.getenv("USERNAME")
|
||||||
|
|
Loading…
Reference in a new issue