Skip to content

Commit

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

0 comments on commit 8250611

Please sign in to comment.