Skip to content

Commit b7ed01e

Browse files
committed
Simplify CI matrix
1 parent dc3e405 commit b7ed01e

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)