Changeset 11780 in josm for trunk


Ignore:
Timestamp:
2017-03-25T23:53:54+01:00 (7 years ago)
Author:
Don-vip
Message:

update to error_prone 2.0.19

Location:
trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r11675 r11780  
    123123                            problems in source code); can be launched as an ant target in build.xml
    124124    - commons-cli-1.3.1.jar dependency of Groovy Ant task
    125     - error_prone_ant-2.0.18.jar
     125    - error_prone_ant-2.0.19.jar
    126126                            used to detect code errors during compilation
    127127    - findbugs/             libs and config files for findbugs (automatically detects common bugs and potential
  • trunk/build.xml

    r11713 r11780  
    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.18.jar"/>
     28        <property name="error_prone_ant.jar" location="${base.dir}/tools/error_prone_ant-2.0.19.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.