feat: NCS-40 Rework Draw System
Build & Test (NowChessSystems) TeamCity build failed

This commit is contained in:
2026-04-19 21:40:41 +02:00
parent 2e4c7549b5
commit 3d41bc23e5
5 changed files with 339 additions and 1 deletions
+5
View File
@@ -63,3 +63,8 @@ tasks.test {
tasks.reportScoverage {
dependsOn(tasks.test)
}
tasks.jar {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}