Skip to content

Conversation

@cortinico
Copy link
Contributor

Summary:
This is the last diff to add support for Gradle Configuration caching.
The last missing part here was the execution of the config command during Gradle configuration time.
Using Java processes API is not supported as the correct way to do external commands that are CC-friendly
is through the .providers.exec API which I'm using here.

Closes #45154

Changelog:
[Android] [Added] - Add support for Gradle Configuration caching

Differential Revision: D69753889

Summary:
This is the last diff to add support for Gradle Configuration caching.
The last missing part here was the execution of the `config` command during Gradle configuration time.
Using Java processes API is not supported as the correct way to do external commands that are CC-friendly
is through the `.providers.exec` API which I'm using here.

Closes facebook#45154

Changelog:
[Android] [Added] - Add support for Gradle Configuration caching

Differential Revision: D69753889
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 17, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D69753889

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in e41887e.

@react-native-bot
Copy link
Collaborator

This pull request was successfully merged by @cortinico in e41887e

When will my fix make it into a release? | How to file a pick request?

gabrieldonadel pushed a commit to gabrieldonadel/react-native that referenced this pull request Aug 12, 2025
Summary:
Pull Request resolved: facebook#49484

This is the last diff to add support for Gradle Configuration caching.
The last missing part here was the execution of the `config` command during Gradle configuration time.
Using Java processes API is not supported as the correct way to do external commands that are CC-friendly
is through the `.providers.exec` API which I'm using here.

Closes facebook#45154

Changelog:
[Android] [Added] - Add support for Gradle Configuration caching

Reviewed By: cipolleschi

Differential Revision: D69753889

fbshipit-source-id: af1e844b38444659a908abce4029d43ad899c03d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for Gradle Configuration Cache

3 participants