weitere arbeiten an der UI

This commit is contained in:
2026-03-01 21:45:19 +01:00
parent 5dc408add8
commit 6f4150dbb3
31 changed files with 2532 additions and 2102 deletions

View File

@@ -31,6 +31,10 @@ dependencies {
testRuntimeOnly("com.h2database:h2")
}
tasks.withType<JavaCompile> {
options.compilerArgs.add("-parameters")
}
tasks.withType<Test> {
useJUnitPlatform()
}