Skip to content

Commit 35fd4d7

Browse files
Test with Java 25 (#86)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a14c74f commit 35fd4d7

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
@@ -1,4 +1,4 @@
11
buildPlugin(useContainerAgent: true, configurations: [
2-
[platform: 'linux', jdk: 21],
3-
[platform: 'windows', jdk: 17],
2+
[platform: 'linux', jdk: 25],
3+
[platform: 'windows', jdk: 21],
44
])

pom.xml

Lines changed: 1 addition & 1 deletion
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>5.5</version>
8+
<version>5.28</version>
99
<relativePath />
1010
</parent>
1111

0 commit comments

Comments
 (0)