Commit 3f1672e
authored
## Description
Fixes:
```
Starting an external process 'node --print require.resolve('react-native/package.json')' during configuration time is unsupported
```
when `configuration-cache` is enabled.
## Changes
Replace `execute` with `providers.exec`. You can read more about it
here:
https://docs.gradle.org/8.13/userguide/configuration_cache.html#config_cache:requirements:external_processes.
## Test code and steps to reproduce
- build project with `configuration-cache` flag ✅
1 parent 1cb2568 commit 3f1672e
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
0 commit comments