Gradle to 8.13 (#1790)
Summary: X-link: https://github.com/facebook/react-native/pull/49689 Pull Request resolved: https://github.com/facebook/yoga/pull/1790 X-link: https://github.com/facebook/react-native/pull/49703 I'm bumping Gradle to the latest minor. https://docs.gradle.org/8.13/release-notes.html I'm also changing the distribution from `all` to `bin` as this reduces the download time of the distribution. Changelog: [Android] [Changed] - Gradle to 8.13 Reviewed By: NickGerleman Differential Revision: D70239710 fbshipit-source-id: 89808242a93344f540bfe82f4178cf6db72597d1
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c2ae39167e
commit
3aa594c1f9
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
@@ -1,6 +1,7 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Reference in New Issue
Block a user