Skip to content

Commit

Permalink
Restore compliance.jre.24 setting after bogus merge from master (#3517)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-herrmann authored Jan 5, 2025
1 parent 10e1ce5 commit bbf305d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.core.tests.compiler/test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<property name="classname"
value="org.eclipse.jdt.core.tests.compiler.regression.TestAll"/>
<property name="vmargs"
value="-Dcompliance.jre.17=1.8,11,17 -Dcompliance.jre.21=1.8,11,17,21 -Dcompliance.jre.22=1.8,11,17,21,22 -Dcompliance.jre.23=1.8,11,17,21,23"
value="-Dcompliance.jre.17=1.8,11,17 -Dcompliance.jre.21=1.8,11,17,20,21 -Dcompliance.jre.22=1.8,11,17,21,22 -Dcompliance.jre.23=1.8,11,17,21,23 -Dcompliance.jre.24=1.8,11,17,21,24"
/>
</ant>

Expand Down

0 comments on commit bbf305d

Please sign in to comment.