Commit 48b8d00
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 fee1a09 commit 48b8d00
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
| |||
0 commit comments