Fix environment variables
Some checks failed
Build & Release / release-library (push) Failing after 1m49s
Some checks failed
Build & Release / release-library (push) Failing after 1m49s
This commit is contained in:
@@ -41,7 +41,7 @@ publishing {
|
|||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
name = "sonatype"
|
name = "sonatype"
|
||||||
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
|
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
|
||||||
credentials {
|
credentials {
|
||||||
username = findProperty('SONATYPE_USER') as String
|
username = findProperty('SONATYPE_USER') as String
|
||||||
password = findProperty('SONATYPE_PASSWORD') as String
|
password = findProperty('SONATYPE_PASSWORD') as String
|
||||||
|
|||||||
Reference in New Issue
Block a user