Fix dependency resolution

This commit is contained in:
2025-11-30 15:42:14 +01:00
parent 30f8390d44
commit 6e79c9c9ca
28 changed files with 32 additions and 27 deletions
@@ -22,7 +22,7 @@ plugins {
}
dependencies {
compileOnly(project(":SpigotCore", "default"))
compileOnly(project(":SpigotCore:SpigotCore_Main", "default"))
compileOnly(project(":SchematicSystem:SchematicSystem_Core", "default"))
compileOnly(project(":SchematicSystem:SchematicSystem_15", "default"))