Removed OSSRH
This commit is contained in:
parent
1c8ad721d9
commit
31c02a8ce1
1 changed files with 8 additions and 8 deletions
|
@ -112,14 +112,14 @@ publishing {
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
// maven {
|
||||||
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("OSSRH_USERNAME")
|
// username = System.getenv("OSSRH_USERNAME")
|
||||||
password = System.getenv("OSSRH_PASSWORD")
|
// password = System.getenv("OSSRH_PASSWORD")
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
maven {
|
maven {
|
||||||
name = "GitHub"
|
name = "GitHub"
|
||||||
url = uri("https://maven.pkg.github.com/ThunderNetworkRaD/permission-checker")
|
url = uri("https://maven.pkg.github.com/ThunderNetworkRaD/permission-checker")
|
||||||
|
|
Loading…
Reference in a new issue