We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb3a00d + 263cfc2 commit 74713d3Copy full SHA for 74713d3
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