Add load tests.

This commit is contained in:
Florian THIERRY
2025-10-09 14:32:00 +02:00
parent 193fcc1596
commit 13d811faae
27 changed files with 4 additions and 586 deletions

View File

@@ -11,16 +11,9 @@ allprojects {
tasks.withType<JavaCompile> {
options.compilerArgs.add("--release")
options.compilerArgs.add("21")
// options.compilerArgs.add("--enable-preview")
}
repositories {
mavenCentral()
}
// java {
// toolchain {
// languageVersion = JavaLanguageVersion.of(21)
// }
// }
}