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.
2 parents 88f8e31 + 36f53d4 commit b2560beCopy full SHA for b2560be
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