Changeset 19501 in josm for trunk/build.xml
- Timestamp:
- 2026-02-10T22:49:15+01:00 (6 days ago)
- File:
-
- 1 edited
-
trunk/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r19499 r19501 108 108 <!-- <condition property="isJava23"><matches string="${ant.java.version}" pattern="2[3-9]|[3-9][0-9]" /></condition> --> 109 109 <condition property="isJava24"><matches string="${ant.java.version}" pattern="2[4-9]|[3-9][0-9]" /></condition> 110 <!-- <condition property="isJava25"><matches string="${ant.java.version}" pattern="2[5-9]|[3-9][0-9]" /></condition> --> 111 <!-- <condition property="isJava26"><matches string="${ant.java.version}" pattern="2[6-9]|[3-9][0-9]" /></condition> --> 110 112 <!-- Disable jacoco on Java 19+, see https://github.com/jacoco/jacoco/pull/1282 --> 111 113 <condition property="coverageByDefault"> … … 113 115 <isset property="isJava19"/> 114 116 </not> 117 </condition> 118 <condition property="versions.jmockit" value="1.50" else="1.49.a"> 119 <isset property="isJava17"/> 115 120 </condition> 116 121 <property name="java.library.dir" value="jmods" />
Note:
See TracChangeset
for help on using the changeset viewer.
