forked from SteamWar/SteamWar
Add debug output to TinyProtocol
This commit is contained in:
@@ -31,15 +31,6 @@ dependencies {
|
||||
implementation(project(":BauSystem:BauSystem_Main"))
|
||||
}
|
||||
|
||||
tasks.register<DevServer>("DevBau20") {
|
||||
group = "run"
|
||||
description = "Run a 1.20 Dev Bau"
|
||||
dependsOn(":SpigotCore:shadowJar")
|
||||
dependsOn(":BauSystem:shadowJar")
|
||||
dependsOn(":SchematicSystem:shadowJar")
|
||||
template = "Bau20"
|
||||
}
|
||||
|
||||
tasks.register<DevServer>("DevBau21") {
|
||||
group = "run"
|
||||
description = "Run a 1.21 Dev Bau"
|
||||
|
||||
Reference in New Issue
Block a user