Changeset 9057 in josm for trunk/build.xml


Ignore:
Timestamp:
2015-11-23T00:24:27+01:00 (8 years ago)
Author:
Don-vip
Message:

update to CheckStyle 6.12.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r8852 r9057  
    604604    <target name="checkstyle">
    605605        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    606                 classpath="tools/checkstyle/checkstyle-6.11.2-all.jar"/>
     606                classpath="tools/checkstyle/checkstyle-6.12.1-all.jar"/>
    607607        <checkstyle config="tools/checkstyle/josm_checks.xml">
    608608            <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset for help on using the changeset viewer.