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 c09e017 + 5e0079c commit 3626a62Copy full SHA for 3626a62
Jenkinsfile
@@ -5,6 +5,6 @@
5
buildPlugin(
6
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
7
configurations: [
8
- [platform: 'linux', jdk: 21],
9
- [platform: 'windows', jdk: 17],
+ [platform: 'linux', jdk: 25],
+ [platform: 'windows', jdk: 21],
10
])
0 commit comments