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 369cb3a + fd63cc2 commit 1f1b863Copy full SHA for 1f1b863
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