Fix YMLWrapper

This commit is contained in:
2025-11-11 17:05:46 +01:00
parent f6a9ce184b
commit 167bb4e266
2 changed files with 10 additions and 1 deletions
+1
View File
@@ -50,5 +50,6 @@ tasks.register<DevServer>("DevBau21") {
description = "Run a 1.21 Dev Bau"
dependsOn(":SpigotCore:shadowJar")
dependsOn(":BauSystem:shadowJar")
dependsOn(":SchematicSystem:shadowJar")
template = "Bau21"
}