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 ded04a0 commit 2a00352Copy full SHA for 2a00352
1 file changed
Jenkinsfile
@@ -7,5 +7,5 @@ buildPlugin(
7
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
8
configurations: [
9
[platform: 'linux', jdk: 25],
10
- [platform: 'windows', jdk: 17],
+ [platform: 'windows', jdk: 21],
11
])
0 commit comments