Commit e62ec62
Fix build-from-source on Windows: use JVM temp dir instead of hardcoded /tmp
The intermediate container projects :packages and :packages:react-native
are declared with projectDir = file("/tmp") to satisfy Gradle 9's
requirement that every project in a path have an existing folder. "/tmp"
is not an absolute path on Windows, so Gradle resolves it to a
non-existing <rootDir>\tmp and build-from-source fails at configuration
time. Use the JVM temp dir instead, which exists on every platform.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01F7Mx2sWYCbJMwyTXaiXjbQ1 parent 20d04ae commit e62ec62
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | | - | |
| 41 | + | |
39 | 42 | | |
40 | | - | |
| 43 | + | |
0 commit comments