Skip to content

Commit ba21ca2

Browse files
authored
Merge pull request #377 from jglick/Jenkinsfile
Simplify CI matrix
2 parents dc3e405 + b7ed01e commit ba21ca2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
buildPlugin(useAci: true, configurations: [
2-
[ platform: "linux", jdk: "8" ],
32
[ platform: "windows", jdk: "8" ],
4-
[ platform: "linux", jdk: "11", javaLevel: 8 ]
3+
[ platform: "linux", jdk: "11" ]
54
])

0 commit comments

Comments
 (0)