Skip to content

Commit

Permalink
Merge pull request #124 from gounthar/jdk21
Browse files Browse the repository at this point in the history
Update parent POM, test with Java 21
  • Loading branch information
aaronwalker committed Jan 3, 2024
2 parents 8eab375 + dc96a56 commit 09e4403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.57</version>
<version>4.76</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 09e4403

Please sign in to comment.