-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Gradle to 7.5.0 #34310
Bump Gradle to 7.5.0 #34310
Conversation
Follow-up - #34103 - #33823 Debug/Release builds/runtime further tested on RN 0.70.0-rc.0-1 - leotm/react-native-template-new-architecture#775 - locally on `macos-13`, in CI `ubuntu-20.04` (latest, not yet beta `ubuntu-22.04`) cc @cortinico @dulmandakh
Base commit: 1e4ebf2 |
Base commit: 1e4ebf2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm @cortinico
@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @leotm in 5c81866. When will my fix make it into a release? | Upcoming Releases |
Summary: ### Follow-up - #34103 - #33823 #### Debug/Release further tested on RN 0.70.0-rc.0-1 - leotm/react-native-template-new-architecture#775 - builds/runtime: locally on `macos-13` b2 - builds: in CI `ubuntu-20.04` latest (not yet beta `ubuntu-22.04`) cc cortinico dulmandakh ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [Android] [Changed] - Bump Gradle to 7.5.0 Pull Request resolved: #34310 Test Plan: Everything builds and runs as expected. Reviewed By: cipolleschi Differential Revision: D38311861 Pulled By: cortinico fbshipit-source-id: c4e9e7a9052a067ffabae87204d20190ef46b351
Summary: #34310 introduced Gradle 7.5.0, but I noticed that the Gradle team actually missed to remove the `Incubating` annotation for the Java 18 support. The latest 7.5.1 is fixing that. More details can be found here: https://github.com/gradle/gradle/releases/tag/v7.5.1 ## Changelog [Android] [Changed] - Bump Gradle to 7.5.1 Pull Request resolved: #34359 Test Plan: Successfully build on a local project. I can share the actual branch if needed. Reviewed By: cipolleschi Differential Revision: D38497804 Pulled By: cortinico fbshipit-source-id: 792b83707d5b6aaf7ef29531f82a1bc9224b3204
Summary: #34310 introduced Gradle 7.5.0, but I noticed that the Gradle team actually missed to remove the `Incubating` annotation for the Java 18 support. The latest 7.5.1 is fixing that. More details can be found here: https://github.com/gradle/gradle/releases/tag/v7.5.1 ## Changelog [Android] [Changed] - Bump Gradle to 7.5.1 Pull Request resolved: #34359 Test Plan: Successfully build on a local project. I can share the actual branch if needed. Reviewed By: cipolleschi Differential Revision: D38497804 Pulled By: cortinico fbshipit-source-id: 792b83707d5b6aaf7ef29531f82a1bc9224b3204
Summary: ### Follow-up - facebook#34103 - facebook#33823 #### Debug/Release further tested on RN 0.70.0-rc.0-1 - leotm/react-native-template-new-architecture#775 - builds/runtime: locally on `macos-13` b2 - builds: in CI `ubuntu-20.04` latest (not yet beta `ubuntu-22.04`) cc cortinico dulmandakh ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [Android] [Changed] - Bump Gradle to 7.5.0 Pull Request resolved: facebook#34310 Test Plan: Everything builds and runs as expected. Reviewed By: cipolleschi Differential Revision: D38311861 Pulled By: cortinico fbshipit-source-id: c4e9e7a9052a067ffabae87204d20190ef46b351
Summary: facebook#34310 introduced Gradle 7.5.0, but I noticed that the Gradle team actually missed to remove the `Incubating` annotation for the Java 18 support. The latest 7.5.1 is fixing that. More details can be found here: https://github.com/gradle/gradle/releases/tag/v7.5.1 ## Changelog [Android] [Changed] - Bump Gradle to 7.5.1 Pull Request resolved: facebook#34359 Test Plan: Successfully build on a local project. I can share the actual branch if needed. Reviewed By: cipolleschi Differential Revision: D38497804 Pulled By: cortinico fbshipit-source-id: 792b83707d5b6aaf7ef29531f82a1bc9224b3204
Summary: ### Follow-up - facebook#34103 - facebook#33823 #### Debug/Release further tested on RN 0.70.0-rc.0-1 - leotm/react-native-template-new-architecture#775 - builds/runtime: locally on `macos-13` b2 - builds: in CI `ubuntu-20.04` latest (not yet beta `ubuntu-22.04`) cc cortinico dulmandakh ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [Android] [Changed] - Bump Gradle to 7.5.0 Pull Request resolved: facebook#34310 Test Plan: Everything builds and runs as expected. Reviewed By: cipolleschi Differential Revision: D38311861 Pulled By: cortinico fbshipit-source-id: c4e9e7a9052a067ffabae87204d20190ef46b351
Summary: facebook#34310 introduced Gradle 7.5.0, but I noticed that the Gradle team actually missed to remove the `Incubating` annotation for the Java 18 support. The latest 7.5.1 is fixing that. More details can be found here: https://github.com/gradle/gradle/releases/tag/v7.5.1 ## Changelog [Android] [Changed] - Bump Gradle to 7.5.1 Pull Request resolved: facebook#34359 Test Plan: Successfully build on a local project. I can share the actual branch if needed. Reviewed By: cipolleschi Differential Revision: D38497804 Pulled By: cortinico fbshipit-source-id: 792b83707d5b6aaf7ef29531f82a1bc9224b3204
Summary
Follow-up
Debug/Release further tested on RN 0.70.0-rc.0-1
macos-13
b2ubuntu-20.04
latest (not yet betaubuntu-22.04
)cc @cortinico @dulmandakh
Changelog
[Android] [Changed] - Bump Gradle to 7.5.0
Test Plan
Everything builds and runs as expected.