Skip to content

Commit efa44fe

Browse files
committed
ci: Updates Java version used in CI build
1 parent e527588 commit efa44fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildPlugin(
22
useContainerAgent: true,
33
configurations: [
4-
[platform: 'linux', jdk: 17],
5-
[platform: 'windows', jdk: 11]
4+
[platform: 'linux', jdk: 21],
5+
[platform: 'windows', jdk: 17]
66
])

0 commit comments

Comments
 (0)