Skip to content

Commit

Permalink
Enables short-circuit when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Jul 26, 2023
1 parent ce6d578 commit 46079a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@
<include>**/TestOgnlException.java</include>
<include>**/TestExpressionCompiler.java</include>
</includes>
<systemPropertyVariables>
<ognl.chain.short-circuit>true</ognl.chain.short-circuit>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 46079a1

Please sign in to comment.