Skip to content

Commit 69bfec5

Browse files
author
Denver
authored
Merge pull request #391 from rpmoore/gradle_3_2
Upgrading to gradle 3.2
2 parents 2433d90 + 637474f commit 69bfec5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ subprojects {
4141
}
4242

4343
task wrapper(type: Wrapper) {
44-
gradleVersion = '3.1'
44+
gradleVersion = '3.2'
4545
}
4646

4747
project(':ds3-sdk-integration') {

gradle/wrapper/gradle-wrapper.jar

110 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Sep 21 10:41:20 MDT 2016
1+
#Tue Nov 15 15:01:59 MST 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2-bin.zip

0 commit comments

Comments
 (0)