Summary: Upgrade to Gradle `8.1.1` Done using: ```bash ./gradlew wrapper --gradle-version=8.1.1 --distribution-type=all ``` This is to align with the bump to gradle `8.x` in React Native. ## Changelog [GENERAL] [SECURITY] - Upgrade to Gradle `8.1.1` Pull Request resolved: https://github.com/facebook/flipper/pull/4907 Test Plan: - CI checks should pass & builds should be successful without any errors. Reviewed By: antonk52 Differential Revision: D47553708 Pulled By: passy fbshipit-source-id: a0ab9ab732a254c563d8cb55b277f73571da8927
12 lines
403 B
Properties
12 lines
403 B
Properties
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
#
|
|
# 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-8.1.1-all.zip
|
|
networkTimeout=10000
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|