Commit 7e9b192
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 be28ea9 commit 7e9b192
1 file changed
+2
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 38 | | |
47 | 39 | | |
48 | 40 | | |
| |||
0 commit comments