Skip to content

Commit 40eed14

Browse files
author
borysn
committed
upgrade gradle wrapper to v3.0
1 parent 5bfa61b commit 40eed14

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
@@ -93,7 +93,7 @@ task gulpWatch(type: GulpTask) {
9393

9494
// gradle wrapper
9595
task wrapper(type: Wrapper) {
96-
gradleVersion = '2.14'
96+
gradleVersion = '3.0'
9797
}
9898

9999
// clean node/node_modules/typings

gradle/wrapper/gradle-wrapper.jar

5 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 Aug 17 10:44:02 CDT 2016
1+
#Thu Aug 18 13:43:02 CDT 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-2.14-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-bin.zip

0 commit comments

Comments
 (0)