Ignore:
Timestamp:
2017-05-25T18:52:04+02:00 (7 years ago)
Author:
donvip
Message:

see #josm11924 - add java9 stuff for unit tests

File:
1 edited

Legend:

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

    r33330 r33331  
    484484                <junit printsummary="yes" fork="true" forkmode="once" dir="${basedir}">
    485485                    <jvmarg value="-Dfile.encoding=UTF-8"/>
     486                    <jvmarg value="--add-opens" if:set="isJava9" />
     487                    <jvmarg value="java.base/java.lang.reflect=ALL-UNNAMED" if:set="isJava9" />
    486488                    <sysproperty key="josm.home" value="../00_core_test_config/unit-josm.home"/>
    487489                    <sysproperty key="josm.test.data" value="${plugin.test.dir}/data"/>
Note: See TracChangeset for help on using the changeset viewer.