Skip to content

Commit fabc9dd

Browse files
authored
Enable JDK11 in Jenkinsfile (#497)
1 parent f669362 commit fabc9dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Jenkinsfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
#!groovy
22

3-
buildPlugin()
3+
buildPlugin(configurations: [
4+
[platform: 'linux', jdk: '8'],
5+
[platform: 'linux', jdk: '11'],
6+
[platform: 'windows', jdk: '11'],
7+
])

0 commit comments

Comments
 (0)