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 14b4d3b commit 0b65f1aCopy full SHA for 0b65f1a
1 file changed
Jenkinsfile
@@ -1,6 +1,6 @@
1
def configurations = [
2
- [ platform: "linux", jdk: 25 ],
3
- [ platform: "windows", jdk: 21 ]
+ [ platform: "linux", jdk: "21" ],
+ [ platform: "windows", jdk: "25" ]
4
]
5
6
buildPlugin(failFast: false, configurations: configurations,
0 commit comments