Changeset 17544 in josm for trunk/build.xml


Ignore:
Timestamp:
2021-02-27T16:17:25+01:00 (3 years ago)
Author:
Don-vip
Message:

see #19724 - upgrade animal sniffer to 1.20

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r17538 r17544  
    636636        <local name="plugins"/>
    637637        <property name="dir" value="plugin-check"/>
     638        <ivy:cachepath log="download-only" file="${tools.ivy}" pathid="animal.classpath" conf="animal"/>
    638639        <typedef uri="antlib:org.codehaus.mojo.animal_sniffer">
    639             <classpath path="${tools.dir}/animal-sniffer-ant-tasks.jar"/>
     640            <classpath refid="animal.classpath"/>
    640641        </typedef>
    641642        <delete dir="${dir}" failonerror="false"/>
Note: See TracChangeset for help on using the changeset viewer.