Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #29 from adamantivm/tooling-updates
Browse files Browse the repository at this point in the history
Gradle 2.2.1 -> 2.14.1
  • Loading branch information
adamantivm authored Dec 27, 2016
2 parents 662c622 + dbee580 commit 1f1d069
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/rosjava_build_tools/gradle/Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
This is not installed, but it gets used to generate the gradle wrapper for a project.

It is currently the gradle wrapper supporting gradle 2.2.1
It is currently the gradle wrapper supporting gradle 2.14.1
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-2.14.1-all.zip
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

task wrapper(type: Wrapper) {
gradleVersion = '2.2.1'
gradleVersion = '2.14.1'
}

buildscript {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

task wrapper(type: Wrapper) {
gradleVersion = '2.2.1'
gradleVersion = '2.14.1'
}

buildscript {
Expand Down

0 comments on commit 1f1d069

Please sign in to comment.