Changeset 31782 in osm


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

Update Gradle to 2.9 and bump dependencies to their latest versions

Location:
applications/editors/josm/plugins/mapillary
Files:
4 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 }
  • applications/editors/josm/plugins/mapillary/gradle/wrapper/gradle-wrapper.properties

    r31395 r31782  
    1 #Fri Jul 17 05:07:37 CEST 2015
    21distributionBase=GRADLE_USER_HOME
    32distributionPath=wrapper/dists
    43zipStoreBase=GRADLE_USER_HOME
    54zipStorePath=wrapper/dists
    6 distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
     5distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-bin.zip
     6distributionSha256Sum=c9159ec4362284c0a38d73237e224deae6139cbde0db4f0f44e1c7691dd3de2f
  • applications/editors/josm/plugins/mapillary/gradlew

    r31393 r31782  
    4343esac
    4444
    45 # For Cygwin, ensure paths are in UNIX format before anything is touched.
    46 if $cygwin ; then
    47     [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
    48 fi
    49 
    5045# Attempt to set APP_HOME
    5146# Resolve links: $0 may be a link
     
    6257done
    6358SAVED="`pwd`"
    64 cd "`dirname \"$PRG\"`/" >&-
     59cd "`dirname \"$PRG\"`/" >/dev/null
    6560APP_HOME="`pwd -P`"
    66 cd "$SAVED" >&-
     61cd "$SAVED" >/dev/null
    6762
    6863CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
     
    115110    APP_HOME=`cygpath --path --mixed "$APP_HOME"`
    116111    CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
     112    JAVACMD=`cygpath --unix "$JAVACMD"`
    117113
    118114    # We build the pattern for arguments to be converted via cygpath
Note: See TracChangeset for help on using the changeset viewer.