mirror of
https://github.com/plexusorg/Module-BukkitTelnet.git
synced 2025-08-05 18:29:28 +00:00
update bukkit telnet
This commit is contained in:
@@ -8,6 +8,7 @@ version "0.1"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
maven {
|
||||
url = uri("https://papermc.io/repo/repository/maven-public/")
|
||||
}
|
||||
@@ -29,12 +30,9 @@ dependencies {
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.22")
|
||||
compileOnly("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT")
|
||||
compileOnly("dev.plex:Plex:1.0.1-SNAPSHOT")
|
||||
compileOnly("me.totalfreedom:BukkitTelnet:4.7") {
|
||||
compileOnly("me.totalfreedom:bukkittelnet:4.8-SNAPSHOT") {
|
||||
exclude("org.spigotmc", "spigot-api")
|
||||
}
|
||||
compileOnly("com.github.MilkBowl:VaultAPI:1.7") {
|
||||
exclude("org.bukkit", "bukkit")
|
||||
}
|
||||
}
|
||||
|
||||
tasks {
|
||||
@@ -65,5 +63,6 @@ publishing {
|
||||
|
||||
tasks.getByName<Jar>("jar") {
|
||||
archiveBaseName.set("Plex-BukkitTelnet")
|
||||
archiveVersion.set("")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user