Add load tests.
This commit is contained in:
@@ -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)
|
||||
// }
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user