Skip to content

Commit

Permalink
Update parent POM, test with JDK 21 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar committed Mar 28, 2024
1 parent 3039470 commit 1c99ec1
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: '11'],
[platform: 'linux', jdk: '17'],
[platform: 'linux', jdk: 21],
[platform: 'linux', 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.69</version>
<version>4.74</version>
</parent>

<artifactId>jobConfigHistory</artifactId>
Expand Down

0 comments on commit 1c99ec1

Please sign in to comment.