Skip to content

Commit

Permalink
Roll back noverify, we don't need it with the current build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jan 12, 2024
1 parent 71e8b7d commit 230b839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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 -noverify"/>
<property name="test.jvmargs" value="-ea"/>

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

0 comments on commit 230b839

Please sign in to comment.