We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6444212 commit f2b0b25Copy full SHA for f2b0b25
Jenkinsfile
@@ -20,4 +20,4 @@
20
// Currently we can only build with JDK8+ based on the usage
21
// of takari-plugin-integration-testing within integration
22
// tests.
23
-asfMavenTlpStdBuild( 'jdks' : ["8", "9", "10", "11", "14", "15" ] )
+asfMavenTlpStdBuild( 'jdks' : [ "8", "11", "15" ] )
0 commit comments