Skip to content

Commit 1828734

Browse files
authored
Merge pull request #94 from jonesbusy-automation/plugin-modernizer/migratetojava25
Migrate plugins to Java 25 LTS
2 parents cabc718 + c8caa2c commit 1828734

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ buildPlugin(
88
configurations: [
99
[platform: 'linux', jdk: 21],
1010
[platform: 'windows', jdk: 17],
11+
[platform: 'linux', jdk: 25],
1112
])

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.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>5.18</version>
7+
<version>5.19</version>
88
<relativePath />
99
</parent>
1010
<groupId>io.jenkins.plugins</groupId>

0 commit comments

Comments
 (0)