Skip to content

Commit

Permalink
Merge pull request #96 from gounthar/jdk21
Browse files Browse the repository at this point in the history
Test with Jdk21
  • Loading branch information
tzachs authored Dec 11, 2023
2 parents 42aae59 + dab7db1 commit 6d24a57
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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.67</version>
<version>4.74</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 6d24a57

Please sign in to comment.