Changeset 11598 in josm


Ignore:
Timestamp:
2017-02-22T01:22:00+01:00 (8 years ago)
Author:
Don-vip
Message:

tools update: error-prone 2.0.17, jacoco 0.7.9

Location:
trunk
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r11487 r11598  
    122122                            problems in source code); can be launched as an ant target in build.xml
    123123    - commons-cli-1.3.1.jar dependency of Groovy Ant task
    124     - error_prone_ant-2.0.15.jar
     124    - error_prone_ant-2.0.17.jar
    125125                            used to detect code errors during compilation
    126126    - findbugs/             libs and config files for findbugs (automatically detects common bugs and potential
  • trunk/build.xml

    r11596 r11598  
    2626        <property name="epsg.output" location="${base.dir}/data/projection/custom-epsg"/>
    2727        <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4.8.jar"/>
    28         <property name="error_prone_ant.jar" location="${base.dir}/tools/error_prone_ant-2.0.15.jar"/>
     28        <property name="error_prone_ant.jar" location="${base.dir}/tools/error_prone_ant-2.0.17.jar"/>
    2929        <property name="javac.compiler" value="com.google.errorprone.ErrorProneAntCompilerAdapter" />
    3030        <!-- build parameter: compression level (ant -Dclevel=N)
Note: See TracChangeset for help on using the changeset viewer.