fix: correct core sepration for the gui and the tui, gui no longer in a seperate module
Build & Test (NowChessSystems) TeamCity build failed

This commit is contained in:
shahdlala66
2026-04-01 08:52:59 +02:00
parent 689592104d
commit 729038a8aa
24 changed files with 30 additions and 90 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
rootProject.name = "NowChessSystems"
include("modules:core", "modules:api", "modules:ui", "modules:gui")
include("modules:core", "modules:api", "modules:ui")