Skip to content

Commit

Permalink
Let Quarkus Server tests run on Java 17+
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Mar 27, 2022
1 parent f44cab4 commit 4a21a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servers/quarkus-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>@{argLine} -Dfile.encoding=UTF-8 --add-opens=java.base/java.util=ALL-UNNAMED</argLine>
<systemPropertyVariables>
<maven.home>${maven.home}</maven.home>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
Expand Down

0 comments on commit 4a21a10

Please sign in to comment.