Changeset 10499 in josm


Ignore:
Timestamp:
2016-06-27T08:51:50+02:00 (8 years ago)
Author:
Don-vip
Message:

update to checkstyle 7.0 (requires Java 8)

Location:
trunk
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r10456 r10499  
    657657    <target name="checkstyle" depends="init-properties">
    658658        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    659              classpath="tools/checkstyle/checkstyle-6.19-all.jar"/>
     659             classpath="tools/checkstyle/checkstyle-7.0-all.jar"/>
    660660        <checkstyle config="tools/checkstyle/josm_checks.xml">
    661661            <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset for help on using the changeset viewer.