Skip to content

Commit

Permalink
see #20522 see #21005 - Allow security manager via sysproperty (only …
Browse files Browse the repository at this point in the history
…for Java 17 and above)

git-svn-id: https://josm.openstreetmap.de/svn/trunk@18348 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
don-vip committed Dec 20, 2021
1 parent 626e95f commit 3213cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ Build-Date: ${build.tstamp}
<sysproperty key="josm.home" value="${test.dir}/config/@{testfamily}-josm.home"/>
<sysproperty key="josm.test.data" value="${test.dir}/data"/>
<sysproperty key="java.awt.headless" value="${test.headless}"/>
<sysproperty key="java.security.manager" value="allow"/>
<sysproperty key="java.security.manager" value="allow" if:set="isJava17" />
<sysproperty key="glass.platform" value="Monocle"/>
<sysproperty key="monocle.platform" value="Headless"/>
<sysproperty key="prism.order" value="sw"/>
Expand Down

0 comments on commit 3213cd5

Please sign in to comment.