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