Changeset 12016 in josm


Ignore:
Timestamp:
2017-04-29T16:01:44+02:00 (7 years ago)
Author:
Don-vip
Message:

update to Groovy 2.4.11

Location:
trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r11780 r12016  
    127127    - findbugs/             libs and config files for findbugs (automatically detects common bugs and potential
    128128                            problems in source code); can be launched as an ant target in build.xml
    129     - groovy-all-2.4.8.jar used for some unit tests and various scripts
     129    - groovy-all-2.4.11.jar used for some unit tests and various scripts
    130130    - jacocoant.jar         used to include coverage data into JUnit test reports
    131131    - japicc/               used to generate a compatibility report between optimized jar and normal one
  • trunk/build.xml

    r11965 r12016  
    2525        <property name="proj-build.dir" location="${base.dir}/build2"/>
    2626        <property name="epsg.output" location="${base.dir}/data/projection/custom-epsg"/>
    27         <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4.8.jar"/>
     27        <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4.11.jar"/>
    2828        <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" />
Note: See TracChangeset for help on using the changeset viewer.