Changeset 18488 in josm for trunk/build.xml
- Timestamp:
- 2022-06-13T18:53:37+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r18348 r18488 104 104 <condition property="isJava20"><matches string="${ant.java.version}" pattern="[2-9][0-9]" /></condition> 105 105 <condition property="isJava21"><matches string="${ant.java.version}" pattern="2[1-9]|[3-9][0-9]" /></condition> 106 <!-- Disable jacoco on Java 1 8+, see https://github.com/jacoco/jacoco/pull/1132 -->106 <!-- Disable jacoco on Java 19+, see https://github.com/jacoco/jacoco/pull/1282 --> 107 107 <condition property="coverageByDefault"> 108 108 <not> 109 <isset property="isJava1 8"/>109 <isset property="isJava19"/> 110 110 </not> 111 111 </condition>
Note:
See TracChangeset
for help on using the changeset viewer.