Changeset 11200 in josm for trunk/build.xml


Ignore:
Timestamp:
2016-10-30T23:00:42+01:00 (8 years ago)
Author:
Don-vip
Message:

tools update (checkstyle 7.2, equalsverifier 2.1.6)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r11067 r11200  
    710710    <target name="checkstyle" depends="init-properties">
    711711        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    712              classpath="tools/checkstyle/checkstyle-7.1.2-all.jar"/>
     712             classpath="tools/checkstyle/checkstyle-7.2-all.jar"/>
    713713        <checkstyle config="tools/checkstyle/josm_checks.xml">
    714714            <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset for help on using the changeset viewer.