Skip to content

Commit

Permalink
Run integration tests only with Java 8, 11 and 15
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Sep 23, 2020
1 parent 6444212 commit f2b0b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
// Currently we can only build with JDK8+ based on the usage
// of takari-plugin-integration-testing within integration
// tests.
asfMavenTlpStdBuild( 'jdks' : ["8", "9", "10", "11", "14", "15" ] )
asfMavenTlpStdBuild( 'jdks' : [ "8", "11", "15" ] )

0 comments on commit f2b0b25

Please sign in to comment.