Skip to content

Commit 6d24a57

Browse files
authored
Merge pull request #96 from gounthar/jdk21
Test with Jdk21
2 parents 42aae59 + dab7db1 commit 6d24a57

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: 17],
3-
[platform: 'windows', jdk: 11],
2+
[platform: 'linux', jdk: 21],
3+
[platform: 'windows', jdk: 17],
44
])

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>4.67</version>
7+
<version>4.74</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)