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 f6fc558 commit 1bf2633Copy full SHA for 1bf2633
Jenkinsfile
@@ -3,7 +3,7 @@
3
def configurations = [
4
[ platform: "linux", jdk: "8", jenkins: null ],
5
[ platform: "windows", jdk: "8", jenkins: null ],
6
- [ platform: "linux", jdk: "11", jenkins: null, javaLevel: "8" ],
7
- [ platform: "windows", jdk: "11", jenkins: null, javaLevel: "8" ]
+ [ platform: "linux", jdk: "11", jenkins: null ],
+ [ platform: "windows", jdk: "11", jenkins: null ]
8
]
9
buildPlugin(configurations: configurations)
0 commit comments