3.0.0
This commit is contained in:
parent
640d10b186
commit
530000e746
1 changed files with 3 additions and 3 deletions
|
@ -116,8 +116,8 @@ publishing {
|
||||||
name = "OSSRH"
|
name = "OSSRH"
|
||||||
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
|
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
|
||||||
credentials {
|
credentials {
|
||||||
username = System.getenv("MAVEN_USERNAME")
|
username = System.getenv("OSSRH_USERNAME")
|
||||||
password = System.getenv("MAVEN_PASSWORD")
|
password = System.getenv("OSSRH_PASSWORD")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
|
@ -125,7 +125,7 @@ publishing {
|
||||||
url = uri("https://maven.pkg.github.com/ThunderNetworkRaD/permission-checker")
|
url = uri("https://maven.pkg.github.com/ThunderNetworkRaD/permission-checker")
|
||||||
credentials {
|
credentials {
|
||||||
username = System.getenv("GITHUB_ACTOR")
|
username = System.getenv("GITHUB_ACTOR")
|
||||||
password = System.getenv("GPJ_PASSWORD")
|
password = System.getenv("GITHUB_TOKEN")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue