Upgrade Gradle wrapper (#749)
Summary: Ran this: ``` ./gradlew wrapper --gradle-version=5.6.4 --distribution-type=bin ``` I tried to get us to 6.1, but that causes some type errors within the Android plugin. I hope it's actually there stuff and not ours so we can upgrade once they've sorted their stuff. Pull Request resolved: https://github.com/facebook/flipper/pull/749 Test Plan: ./gradlew tasks ./gradlew :sample:installDebug Reviewed By: jknoxville Differential Revision: D19428496 Pulled By: passy fbshipit-source-id: a910f5a269688f7ec5fc020fe1af99a75fc7b574
This commit is contained in:
committed by
Facebook Github Bot
parent
28fd95589f
commit
e84f62d5d5
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
3
gradle/wrapper/gradle-wrapper.properties
vendored
3
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -4,8 +4,9 @@
|
||||
# This source code is licensed under the MIT license found in the LICENSE
|
||||
# file in the root directory of this source tree.
|
||||
#
|
||||
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
|
||||
|
||||
Reference in New Issue
Block a user