We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ba39c commit 263cfc2Copy full SHA for 263cfc2
1 file changed
Jenkinsfile
@@ -1 +1,4 @@
1
-buildPlugin(configurations: buildPlugin.recommendedConfigurations())
+buildPlugin(useAci: true, configurations: [
2
+ [platform: 'linux', jdk: '8'],
3
+ [platform: 'linux', jdk: '11']
4
+])
0 commit comments