Skip to content

Commit 5c5d3b2

Browse files
authored
Enable jdk11 build on CI (#26)
1 parent d906cc1 commit 5c5d3b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Jenkinsfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/usr/bin/env groovy
22

33
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
4-
buildPlugin()
4+
buildPlugin(configurations: [
5+
[platform: 'linux', jdk: '8'],
6+
[platform: 'linux', jdk: '11'],
7+
[platform: 'windows', jdk: '11'],
8+
])

0 commit comments

Comments
 (0)