Ignore:
Timestamp:
2015-12-01T17:39:37+01:00 (11 years ago)
Author:
floscher
Message:

Update Gradle to 2.9 and bump dependencies to their latest versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/build.gradle

    r31518 r31782  
    3232  compile 'org.apache.commons:commons-imaging:1.0-SNAPSHOT'
    3333
    34   packIntoJar 'com.amazonaws:aws-java-sdk-s3:1.10.8'
    35   packIntoJar 'org.apache.httpcomponents:httpmime:4.5'
     34  packIntoJar 'com.amazonaws:aws-java-sdk-s3:1.10.37'
     35  packIntoJar 'org.apache.httpcomponents:httpmime:4.5.1'
    3636
    3737  testCompile 'junit:junit:4.12'
     
    150150}
    151151runJosmLatest.dependsOn installPluginToJosmLatest
    152 
    153 /** Wrapper task:
    154  * This only needs to be run once when the Gradle version changes.
    155  * The changed files (probably in the gradle/-folder) should then be commited to CVS.
    156  */
    157 task wrapper(type: Wrapper) {
    158   gradleVersion = '2.5'
    159 }
Note: See TracChangeset for help on using the changeset viewer.