Bundle gradle wrapper
Summary: I'm trying to get an NDK build set up for Yoga and clean up some of the Gradle things along the way. Having a wrapper is not only the preferred way of setting up Android repositories and more convenient than asking users to install Gradle on their machines themselves, but also allows for version pinning, which is important when dealing with Android plugins which usually expect one very specific version of Gradle. Reviewed By: emilsjolander Differential Revision: D4913104 fbshipit-source-id: b14964025271cd16c3c5c05a2fb6dab213227346
This commit is contained in:
committed by
Facebook Github Bot
parent
a505adb2b7
commit
b2a96ec744
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
Binary file not shown.
6
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
6
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#Tue Apr 18 14:49:25 CEST 2017
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
|
Reference in New Issue
Block a user