Updates the gradle wrapper to version 3.3 (#445)

This commit is contained in:
Thad House
2017-01-04 22:08:48 -08:00
committed by Peter Johnson
parent eee7f3991c
commit 1fc375b31a
3 changed files with 7 additions and 7 deletions

View File

@@ -65,5 +65,5 @@ apply from: 'cppSettings.gradle'
apply from: 'ni-libraries/ni-libraries.gradle'
task wrapper(type: Wrapper) {
gradleVersion = '3.2.1'
gradleVersion = '3.3'
}

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Thu Nov 24 12:34:01 EST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2.1-bin.zip
#Wed Jan 04 21:49:36 PST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip