Upgrade to Gradle 8.1.1 (#4907)

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
This commit is contained in:
Pranav Yadav
2023-07-19 02:47:42 -07:00
committed by Facebook GitHub Bot
parent 2427ba754c
commit 8b2e1cc8f8
4 changed files with 29 additions and 14 deletions

Binary file not shown.

View File

@@ -5,6 +5,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists