Skip to content

Commit

Permalink
Merge d93fbb3 into 877b566
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Oct 6, 2019
2 parents 877b566 + d93fbb3 commit 4a43d7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dropwizard-parent/pom.xml
Expand Up @@ -25,7 +25,8 @@
<maven.compiler.optimize>false</maven.compiler.optimize>
<maven.compiler.forceJavacCompilerUse>true</maven.compiler.forceJavacCompilerUse>

<argLine>-Duser.language=en -Duser.region=US</argLine>
<surefire.argLine>-Duser.language=en -Duser.region=US</surefire.argLine>
<argLine>${surefire.argLine}</argLine>
</properties>

<profiles>
Expand All @@ -38,6 +39,7 @@
<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<argLine>${surefire.argLine} --illegal-access=deny --add-opens java.base/java.net=ALL-UNNAMED</argLine>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit 4a43d7f

Please sign in to comment.