Docker-Compose Dateien vereinfachen und redundante entfernen

This commit is contained in:
stefan
2025-09-02 15:08:28 +02:00
parent 4fcb4bb48c
commit abd2543caf
9 changed files with 314 additions and 2014 deletions
+3
View File
@@ -31,6 +31,9 @@ subprojects {
// Dedicated performance test task per JVM subproject
plugins.withId("java") {
val javaExt = extensions.getByType<JavaPluginExtension>()
// Ensure a full JDK toolchain with compiler is available (Gradle will auto-download if missing)
javaExt.toolchain.languageVersion.set(JavaLanguageVersion.of(21))
tasks.register<Test>("perfTest") {
description = "Runs tests tagged with 'perf'"
group = "verification"