Skip to content

Commit

Permalink
Merge pull request #391 from rpmoore/gradle_3_2
Browse files Browse the repository at this point in the history
Upgrading to gradle 3.2
  • Loading branch information
Denver authored Nov 15, 2016
2 parents 2433d90 + 637474f commit 69bfec5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ subprojects {
}

task wrapper(type: Wrapper) {
gradleVersion = '3.1'
gradleVersion = '3.2'
}

project(':ds3-sdk-integration') {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Sep 21 10:41:20 MDT 2016
#Tue Nov 15 15:01:59 MST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2-bin.zip

0 comments on commit 69bfec5

Please sign in to comment.