Skip to content

Commit

Permalink
Test with Java 21 (#28)
Browse files Browse the repository at this point in the history
* Use parent pom 4.72 and latest 2.361.x BOM release

* Test with Java 21
  • Loading branch information
MarkEWaite authored Aug 13, 2023
1 parent b824990 commit d60f4eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
buildPlugin(useContainerAgent: true, configurations: [
[ platform: "linux", jdk: "11" ],
[ platform: "linux", jdk: "21", jenkins: "2.414"],
[ platform: "linux", jdk: "17" ]
])
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.53</version>
<version>4.72</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>1757.vf3c66da_b_7492</version>
<version>2102.v854b_fec19c92</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit d60f4eb

Please sign in to comment.