fix: update main class path in build configuration and adjust VCS directory mapping
Build & Test (NowChessSystems) TeamCity build finished

This commit is contained in:
2026-03-24 09:59:13 +01:00
parent 7662b8ea10
commit 7b1f8b1176
5 changed files with 2 additions and 1962 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ scoverage {
}
application {
mainClass.set("de.nowchess.chess.chessMain")
mainClass.set("de.nowchess.chess.Main")
}
tasks.withType<ScalaCompile> {