Changeset 11437 in josm


Ignore:
Timestamp:
2017-01-07T01:16:12+01:00 (7 years ago)
Author:
Don-vip
Message:

update to checkstyle 7.4

Location:
trunk
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r11412 r11437  
    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.3-all.jar"/>
     719             classpath="tools/checkstyle/checkstyle-7.4-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.