Changeset 12428 in josm for trunk/build.xml


Ignore:
Timestamp:
2017-06-24T18:37:08+02:00 (7 years ago)
Author:
Don-vip
Message:

see #11924 - new versions of ant define ant.java.version to 9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r12408 r12428  
    3636        <!-- For Java9-specific stuff -->
    3737        <condition property="isJava9">
    38             <equals arg1="${ant.java.version}" arg2="1.9" />
     38            <matches string="${ant.java.version}" pattern="(1.)?9" />
    3939        </condition>
    4040        <path id="test.classpath">
Note: See TracChangeset for help on using the changeset viewer.