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 84e127a commit 763e9f5Copy full SHA for 763e9f5
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],
10
-])
+ [platform: 'linux', jdk: 25],
+ [platform: 'windows', jdk: 21],
+])
0 commit comments