Skip to content

Commit

Permalink
Quote the java.security.policy argument in case build is run with pat…
Browse files Browse the repository at this point in the history
…h containing spaces

Signed-off-by: starksm64 <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Dec 10, 2021
1 parent 6b86c0e commit a4c97eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
<includes>
<include>**/privileged/**</include>
</includes>
<argLine>-Djava.security.manager -Djava.security.policy=${project.build.testOutputDirectory}/java.policy</argLine>
<argLine>-Djava.security.manager -Djava.security.policy="${project.build.testOutputDirectory}/java.policy"</argLine>
<forkCount>1</forkCount>
<useModulePath>false</useModulePath>
</configuration>
Expand Down

0 comments on commit a4c97eb

Please sign in to comment.