Changeset 35712 in osm for applications/editors
- Timestamp:
- 2021-02-24T00:00:51+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r35711 r35712 58 58 <condition property="isJava12"><matches string="${ant.java.version}" pattern="1[2-9]" /></condition> 59 59 <condition property="isJava13"><matches string="${ant.java.version}" pattern="1[3-9]" /></condition> 60 <condition property="isJava14"><matches string="${ant.java.version}" pattern="1[4-9]" /></condition> 60 61 <condition property="isJava16"><matches string="${ant.java.version}" pattern="1[6-9]" /></condition> 61 62 <!-- Disable jacoco on Java 16+, see https://github.com/jacoco/jacoco/pull/992 --> … … 617 618 <jvmarg value="--add-exports" if:set="isJava9" /> 618 619 <jvmarg value="java.desktop/com.sun.imageio.spi=ALL-UNNAMED" if:set="isJava9" /> 620 <jvmarg value="-XX:+ShowCodeDetailsInExceptionMessages" if:set="isJava14" /> 619 621 <sysproperty key="josm.home" value="../00_core_test_config/unit-josm.home"/> 620 622 <sysproperty key="josm.test.data" value="${plugin.test.dir}/data"/>
Note:
See TracChangeset
for help on using the changeset viewer.