Changeset 11067 in josm


Ignore:
Timestamp:
2016-10-01T16:01:33+02:00 (8 years ago)
Author:
Don-vip
Message:

update checkstyle 7.1.2

Location:
trunk
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r11051 r11067  
    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.1-all.jar"/>
     712             classpath="tools/checkstyle/checkstyle-7.1.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.