Skip to content

Commit

Permalink
Add test for Java 17 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeuffer authored Apr 17, 2024
1 parent 74e3a3e commit 7af25cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ buildPlugin(
configurations: [
[platform: 'linux', jdk: 11],
[platform: 'windows', jdk: 11],
[platform: 'linux', jdk: 17],
])
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.28.2</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 7af25cc

Please sign in to comment.