Skip to content

Commit f2b0b25

Browse files
committed
Run integration tests only with Java 8, 11 and 15
1 parent 6444212 commit f2b0b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
// Currently we can only build with JDK8+ based on the usage
2121
// of takari-plugin-integration-testing within integration
2222
// tests.
23-
asfMavenTlpStdBuild( 'jdks' : ["8", "9", "10", "11", "14", "15" ] )
23+
asfMavenTlpStdBuild( 'jdks' : [ "8", "11", "15" ] )

0 commit comments

Comments
 (0)