Skip to content

Commit

Permalink
Merge pull request #174 from MarkEWaite/test-with-java-21
Browse files Browse the repository at this point in the history
Test with Java 21
  • Loading branch information
rsandell committed Oct 23, 2023
2 parents 33e74cf + 6b4af32 commit 2f0bf51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildPlugin(useContainerAgent: false, configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
[platform: 'linux', jdk: 21],
[platform: 'linux', jdk: 11],
[platform: 'windows', jdk: 17],
])

node('docker') {
Expand Down
4 changes: 2 additions & 2 deletions 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.72</version>
<version>4.74</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2357.v1043f8578392</version>
<version>2496.vddfca_753db_80</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 2f0bf51

Please sign in to comment.