Commit 0238c56
committed
Fix usage of remote build cache
It turns out System.getenv().hasProperty('...') does not check that an
environment property exists... at all. It probably has more to do with
reflection or something? I don't know.
Anyway, this code didn't work, and now it does: I checked by debugging.1 parent 0c1090c commit 0238c56
1 file changed
+2
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 40 | | |
49 | 41 | | |
50 | 42 | | |
| |||
0 commit comments