We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5759a commit 36f53d4Copy full SHA for 36f53d4
1 file changed
Jenkinsfile
@@ -1 +1,4 @@
1
-buildPlugin()
+buildPlugin(useAci: true, configurations: [
2
+ [platform: 'linux', jdk: '8'],
3
+ [platform: 'linux', jdk: '11']
4
+])
0 commit comments