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 {
|
||||
maven {
|
||||
name = "OSSRH"
|
||||
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
|
||||
credentials {
|
||||
username = System.getenv("OSSRH_USERNAME")
|
||||
password = System.getenv("OSSRH_PASSWORD")
|
||||
}
|
||||
}
|
||||
// maven {
|
||||
// name = "OSSRH"
|
||||
// url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
|
||||
// credentials {
|
||||
// username = System.getenv("OSSRH_USERNAME")
|
||||
// password = System.getenv("OSSRH_PASSWORD")
|
||||
// }
|
||||
// }
|
||||
maven {
|
||||
name = "GitHub"
|
||||
url = uri("https://maven.pkg.github.com/ThunderNetworkRaD/permission-checker")
|
||||
|
|
Loading…
Reference in a new issue