Skip to content

Commit

Permalink
LDEV-5069 - disable reflection fallback for testbox
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Aug 22, 2024
1 parent 1da8072 commit dfa4a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ant/build-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@
<jvmarg value="-Dtemp=${temp}"/>
<jvmarg value="-Dbasedir=${baseDir}"/>
<jvmarg value="-Dsrcall=${srcAll}"/>
<jvmarg value="-Dlucee.allow.reflection=false"/>
<!-- <jvmarg value="-Djdk.attach.allowAttachSelf=true"/> -->
<jvmarg value="-DtestboxArchive=${temp}/archive/testbox.lar"/>
<jvmarg value="-Dexecute=${testcases}"/>
Expand Down

0 comments on commit dfa4a38

Please sign in to comment.