Skip to content

Add support for Gradle Configuration caching#49484

Closed
cortinico wants to merge 1 commit into
react:mainfrom
cortinico:export-D69753889
Closed

Add support for Gradle Configuration caching#49484
cortinico wants to merge 1 commit into
react:mainfrom
cortinico:export-D69753889

Conversation

@cortinico

Copy link
Copy Markdown
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 react#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
Copy Markdown
Contributor

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

@facebook-github-bot

Copy link
Copy Markdown
Contributor

This pull request has been merged in e41887e.

@react-native-bot

Copy link
Copy Markdown
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?

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