Changeset 36491 in osm


Ignore:
Timestamp:
2026-02-15T14:40:07+01:00 (2 days ago)
Author:
stoecker
Message:

restrict option to >= Java 17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r36489 r36491  
    644644                        <jvmarg value="java.desktop/com.sun.imageio.spi=ALL-UNNAMED"  />
    645645                        <jvmarg value="-XX:+ShowCodeDetailsInExceptionMessages" if:set="isJava14" unless:set="isJava15" />
    646                         <jvmarg value="--enable-native-access=ALL-UNNAMED" />
     646                        <jvmarg value="--enable-native-access=ALL-UNNAMED" if:set="isJava17" />
    647647                        <sysproperty key="josm.home" value="../00_core_test_config/unit-josm.home"/>
    648648                        <sysproperty key="josm.test.data" value="${plugin.test.dir}/data"/>
Note: See TracChangeset for help on using the changeset viewer.