Summary: Done using ``` ./gradlew wrapper --gradle-version=7.4 --distribution-type=all ``` Waiting for CI result to check if this also addresses the build problem. Note for reviewers: This is generated. Scanning for Bad Things is appreciated but you don't need to carefully read every line. Depends on https://github.com/facebook/flipper/issues/3436. Pull Request resolved: https://github.com/facebook/flipper/pull/3437 Test Plan: The recently added test step for verifying that this doesn't regress our APK creation is passing: https://github.com/facebook/flipper/runs/5188576639?check_suite_focus=true Reviewed By: lblasa Differential Revision: D34218046 Pulled By: passy fbshipit-source-id: 20d3c543db8f1c12f996977d0bb34d62ea5bcd0b
11 lines
380 B
Properties
11 lines
380 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-7.4-all.zip
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|