Skip to content

Commit b2560be

Browse files
authored
Merge pull request #27 from jenkinsci/res0nance-patch-1
Build on java 11 as well
2 parents 88f8e31 + 36f53d4 commit b2560be

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
buildPlugin()
1+
buildPlugin(useAci: true, configurations: [
2+
[platform: 'linux', jdk: '8'],
3+
[platform: 'linux', jdk: '11']
4+
])

0 commit comments

Comments
 (0)