Made it work with the repo server
This commit is contained in:
parent
e68558cef7
commit
9a851608bc
@ -74,7 +74,7 @@ subprojects {
|
||||
repositories {
|
||||
maven {
|
||||
name = project.name
|
||||
url = uri("https://mvn.cnetwork.club/repository/${project.name}/")
|
||||
url = uri("https://repository.themcgamer.zone/repository/${project.name}/")
|
||||
|
||||
credentials {
|
||||
username = System.getenv("NEXUS_USERNAME")
|
||||
@ -105,7 +105,7 @@ subprojects {
|
||||
jcenter()
|
||||
|
||||
maven {
|
||||
url = uri("https://mvn.cnetwork.club/repository/public/")
|
||||
url = uri("https://repository.themcgamer.zone/repository/public/")
|
||||
|
||||
credentials {
|
||||
username = getEnv("NEXUS_USERNAME").orElseGet {
|
||||
|
@ -9,7 +9,7 @@ dependencies {
|
||||
compileOnly("com.destroystokyo:paperspigot:1.12.2")
|
||||
implementation("com.github.cryptomorin:XSeries:7.8.0")
|
||||
compileOnly("me.clip:placeholderapi:2.10.9")
|
||||
compileOnly("com.bgsoftware:superiorskyblock:b59")
|
||||
compileOnly("com.bgsoftware:bgsoftware:b196")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
Reference in New Issue
Block a user