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.
2 parents 1d1e8b7 + e8d2fb0 commit 13f2365Copy full SHA for 13f2365
1 file changed
Jenkinsfile
@@ -1,6 +1,6 @@
1
def configurations = [
2
- [ platform: "linux", jdk: 21 ],
3
- [ platform: "windows", jdk: 17 ]
+ [ platform: "linux", jdk: 25 ],
+ [ platform: "windows", jdk: 21 ]
4
]
5
6
buildPlugin(failFast: false, configurations: configurations,
0 commit comments