Changeset 11310 in josm for trunk


Ignore:
Timestamp:
2016-11-25T23:19:24+01:00 (8 years ago)
Author:
Don-vip
Message:

update to checkstyle 7.3

Location:
trunk
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r11274 r11310  
    717717    <target name="checkstyle" depends="init-properties">
    718718        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    719              classpath="tools/checkstyle/checkstyle-7.2-all.jar"/>
     719             classpath="tools/checkstyle/checkstyle-7.3-all.jar"/>
    720720        <checkstyle config="tools/checkstyle/josm_checks.xml">
    721721            <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset for help on using the changeset viewer.