Skip to content

Commit 013ab9f

Browse files
authored
Test with Java 21 (#146)
1 parent a3cb0a6 commit 013ab9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: false,
33
configurations: [
4-
[platform: 'linux', jdk: 17],
5-
[platform: 'windows', jdk: 11],
4+
[platform: 'linux', jdk: 21],
5+
[platform: 'windows', jdk: 17],
66
])

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.70</version>
8+
<version>4.76</version>
99
<relativePath/>
1010
</parent>
1111

@@ -155,7 +155,7 @@
155155
<dependency>
156156
<groupId>io.jenkins.tools.bom</groupId>
157157
<artifactId>bom-2.387.x</artifactId>
158-
<version>2230.v0cb_4040cde55</version>
158+
<version>2543.vfb_1a_5fb_9496d</version>
159159
<scope>import</scope>
160160
<type>pom</type>
161161
</dependency>

0 commit comments

Comments
 (0)