Skip to content

Commit b95424d

Browse files
cortinicofacebook-github-bot
authored andcommittedFeb 27, 2025·
Gradle to 8.13 (#49689)
Summary: Pull Request resolved: #49689 X-link: facebook/yoga#1790 Pull Request resolved: #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
1 parent a6dd18c commit b95424d

File tree

12 files changed

+6
-21
lines changed

12 files changed

+6
-21
lines changed
 

‎gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

‎gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

‎gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

‎gradlew.bat

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
@REM Copyright (c) Meta Platforms, Inc. and affiliates.
2-
@REM
3-
@REM This source code is licensed under the MIT license found in the
4-
@REM LICENSE file in the root directory of this source tree.
5-
61
@rem
72
@rem Copyright 2015 the original author or authors.
83
@rem
Binary file not shown.

‎packages/gradle-plugin/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

‎packages/gradle-plugin/gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

‎packages/gradle-plugin/gradlew.bat

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
@REM Copyright (c) Meta Platforms, Inc. and affiliates.
2-
@REM
3-
@REM This source code is licensed under the MIT license found in the
4-
@REM LICENSE file in the root directory of this source tree.
5-
61
@rem
72
@rem Copyright 2015 the original author or authors.
83
@rem
Binary file not shown.

‎packages/helloworld/android/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

‎packages/helloworld/android/gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

‎packages/helloworld/android/gradlew.bat

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
@REM Copyright (c) Meta Platforms, Inc. and affiliates.
2-
@REM
3-
@REM This source code is licensed under the MIT license found in the
4-
@REM LICENSE file in the root directory of this source tree.
5-
61
@rem
72
@rem Copyright 2015 the original author or authors.
83
@rem

0 commit comments

Comments
 (0)
Please sign in to comment.