Changeset 10730 in josm


Ignore:
Timestamp:
2016-08-04T02:11:16+02:00 (8 years ago)
Author:
Don-vip
Message:

update to checkstyle 7.1

Location:
trunk
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r10704 r10730  
    674674    <target name="checkstyle" depends="init-properties">
    675675        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    676              classpath="tools/checkstyle/checkstyle-7.0-all.jar"/>
     676             classpath="tools/checkstyle/checkstyle-7.1-all.jar"/>
    677677        <checkstyle config="tools/checkstyle/josm_checks.xml">
    678678            <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset for help on using the changeset viewer.