Commit 86e4a99
committed
fix(ci): drop hardcoded Windows java.io.tmpdir override in Gradle
The gen/android/gradle.properties carried a committed local-only override
-Djava.io.tmpdir=D:\tmp\win-temp which crashes Gradle on Ubuntu CI
("java.io.tmpdir is set to a directory that doesn't exist"). Without the
override, Gradle uses %TEMP% on Windows and /tmp on Linux — both valid.
If a local override is needed again, put it in ~/.gradle/gradle.properties
so it doesn't leak into the shared repo.1 parent 66b3ed4 commit 86e4a99
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments