Basis-Setup für Reitsport-Authentication-Testing

UI-Implementierung
This commit is contained in:
2025-10-06 14:58:02 +02:00
parent a2ffb1e076
commit fa3fa89246
11 changed files with 1581 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ springBoot {
}
// Optimiert Kotlin-Compiler-Einstellungen für bessere Performance.
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
tasks.withType<KotlinCompile> {
compilerOptions {
freeCompilerArgs.addAll(
"-Xjsr305=strict",