Skip to content

Commit 36f53d4

Browse files
authored
Build on java 11 as well
1 parent 4b5759a commit 36f53d4

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)