commands work but i think ill refactor
This commit is contained in:
parent
5b5cb04f8b
commit
36a13443db
54 changed files with 726 additions and 812 deletions
|
|
@ -18,17 +18,10 @@ dependencies {
|
|||
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
|
||||
api("me.lucko:commodore:2.2")
|
||||
api("org.spigotmc:spigot-api:1.21.11-R0.1-SNAPSHOT")
|
||||
api("net.kyori:adventure-platform-bukkit:4.4.1")
|
||||
}
|
||||
|
||||
tasks.findByName("shadowJar")?.let {
|
||||
dependencies {
|
||||
"exclude"("dependency"("com.mojang.brigadier")!!)
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
create<MavenPublication>("CoreBukkitApi") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue