Changeset 10257 in josm


Ignore:
Timestamp:
2016-05-21T03:05:22+02:00 (8 years ago)
Author:
Don-vip
Message:

see #11924 - test possible workaround for https://bz.apache.org/bugzilla/show_bug.cgi?id=59556

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r10223 r10257  
    700700            includeantruntime="false" createMissingPackageInfoClass="false"
    701701            encoding="UTF-8" classpath="${proj-classpath}">
     702            <!-- workaround to https://bz.apache.org/bugzilla/show_bug.cgi?id=59556 -->
     703            <compilerarg value="-XaddExports:java.base/jdk.internal.reflect=ALL-UNNAMED" compiler="javac1.9" />
    702704        </javac>
    703705    </target>
Note: See TracChangeset for help on using the changeset viewer.