Skip to content

Commit 81eef7b

Browse files
authored
We need to build on JDK 11
1 parent 4582926 commit 81eef7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
buildPlugin(useAci: true, configurations: [
2-
[ platform: "windows", jdk: "8" ],
2+
[ platform: "windows", jdk: "11" ],
33
[ platform: "linux", jdk: "11" ]
44
])

0 commit comments

Comments
 (0)