Skip to content

Commit 7dbc1fc

Browse files
Update minimum compilation to Java 21 (#743)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
1 parent 40b41e4 commit 7dbc1fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
* allowing one to test against multiple Jenkins versions.
55
*/
66
buildPlugin(useContainerAgent: true, configurations: [
7-
[platform: 'linux', jdk: 21],
8-
[platform: 'windows', jdk: 17],
7+
[platform: 'linux', jdk: 25],
8+
[platform: 'windows', jdk: 21],
99
])

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci</groupId>
66
<artifactId>jenkins</artifactId>
7-
<version>1.142</version>
7+
<version>2.1326.v00b_e26755312</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)