mirror of
https://github.com/plexusorg/Module-BukkitTelnet.git
synced 2024-11-16 17:56:15 +00:00
Update build.gradle.kts
This commit is contained in:
parent
44469d91ec
commit
f2dba7bb6b
@ -14,14 +14,14 @@ repositories {
|
||||
}
|
||||
|
||||
maven {
|
||||
url = uri("https://nexus.telesphoreo.me/repository/plex-snapshots/")
|
||||
url = uri("https://nexus.telesphoreo.me/repository/plex/")
|
||||
}
|
||||
|
||||
maven {
|
||||
url = uri("https://nexus.telesphoreo.me/repository/totalfreedom/")
|
||||
}
|
||||
maven {
|
||||
url = uri("https://jitpack.io")
|
||||
content {
|
||||
includeGroup("com.github.plexusorg")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -31,7 +31,7 @@ dependencies {
|
||||
compileOnly("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT")
|
||||
compileOnly("dev.plex:server:1.1-SNAPSHOT")
|
||||
compileOnly("dev.plex:api:1.1-SNAPSHOT")
|
||||
compileOnly("me.totalfreedom:BukkitTelnet:4.8") {
|
||||
compileOnly("com.github.plexusorg:BukkitTelnet:6908ff201f") {
|
||||
exclude("org.papermc.paper", "paper-api")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user