Changeset 35374 in osm for applications/editors/josm/plugins/build-common.xml
- Timestamp:
- 2020-03-17T13:32:15+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r35344 r35374 65 65 <condition property="isJava12"><matches string="${ant.java.version}" pattern="1[2-9]" /></condition> 66 66 <condition property="isJava13"><matches string="${ant.java.version}" pattern="1[3-9]" /></condition> 67 <!-- Disable jacoco on Java 13+, see https://github.com/jacoco/jacoco/pull/738 --> 67 <condition property="isJava16"><matches string="${ant.java.version}" pattern="1[6-9]" /></condition> 68 <!-- Disable jacoco on Java 16+, see https://github.com/jacoco/jacoco/pull/992 --> 68 69 <condition property="coverageByDefault"> 69 70 <not> 70 <isset property="isJava1 3"/>71 <isset property="isJava16"/> 71 72 </not> 72 73 </condition>
Note:
See TracChangeset
for help on using the changeset viewer.