Skip to content

Commit

Permalink
Bump maven-invoker-plugin to 4.5.1 - add support to run its with Java 20
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Apr 7, 2023
1 parent 50e05c0 commit 3792b25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [8, 11, 17]
java: [8, 11, 17, 20]
jdk: [temurin]
include:
- java: 11
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<debug>true</debug>
<addTestClassPath>true</addTestClassPath>
Expand Down

0 comments on commit 3792b25

Please sign in to comment.