We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601e74f commit 30b14e3Copy full SHA for 30b14e3
1 file changed
build.gradle
@@ -390,6 +390,13 @@ tasks.register('testWithJava11', Test) {
390
dependsOn "jmhClasses"
391
392
}
393
+
394
+test {
395
+ doFirst {
396
+ println "Running tests with JDK ${System.getProperty('java.version')}"
397
+ }
398
+}
399
400
test.dependsOn testWithJava21
401
test.dependsOn testWithJava17
402
test.dependsOn testWithJava11
0 commit comments