Changeset 19503 in josm for trunk/build.xml


Ignore:
Timestamp:
2026-02-10T23:36:25+01:00 (6 days ago)
Author:
stoecker
Message:

another java 11 fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r19501 r19503  
    117117        </condition>
    118118        <condition property="versions.jmockit" value="1.50" else="1.49.a">
     119            <isset property="isJava17"/>
     120        </condition>
     121        <condition property="versions.equalsverifier" value="4.3.1" else="3.19.4">
    119122            <isset property="isJava17"/>
    120123        </condition>
Note: See TracChangeset for help on using the changeset viewer.