mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39619 https://github.com/facebook/react-native/pull/39603 unintentionally changed our Gradle distribution type in `gradle.properties` to `bin`. This changes it back to `all` while preserving the upgrade to 8.3. Generated with ``` ./gradlew wrapper --gradle-version=8.3 --distribution-type all ``` Changelog: [Internal][Changed] Revert Gradle distribution type to ‘all’ Reviewed By: NickGerleman Differential Revision: D49569492 fbshipit-source-id: fc5b2c8a2c2cea455ed5bd0dbd6743d34b527c9b
8 lines
250 B
Properties
8 lines
250 B
Properties
distributionBase=GRADLE_USER_HOME
|
|
distributionPath=wrapper/dists
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
|
|
networkTimeout=10000
|
|
validateDistributionUrl=true
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|