We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b61f33 commit e5f4ce1Copy full SHA for e5f4ce1
Jenkinsfile
@@ -1,6 +1,6 @@
1
def configurations = [
2
- [ platform: "linux", jdk: "11" ],
3
- [ platform: "windows", jdk: "11" ]
+ [ platform: "linux", jdk: 21 ],
+ [ platform: "windows", jdk: 17 ]
4
]
5
6
buildPlugin(failFast: false, configurations: configurations,
0 commit comments