Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jan 13, 2024
1 parent b83f1da commit c69c5ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion user/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<property name="gwt.root" location=".."/>
<property name="project.tail" value="user"/>
<property name="test.args" value="-ea -sourceLevel auto"/>
<property name="test.jvmargs" value="-ea"/>
<!--
Adding "-noverify" is a workaround for https://bugs.openjdk.org/browse/JDK-8323657
so that tests can be compiled under Java9+.
-->
<property name="test.jvmargs" value="-ea -noverify"/>

<!-- support old variables names -->
<condition property="gwt.hosts.web.selenium" value="${gwt.selenium.hosts}">
Expand Down

0 comments on commit c69c5ce

Please sign in to comment.