Commit 174753c
authored
Use lazy evaluation for dependencies of the zipDistributable task (#1474)
The createDistributable task is generated by the Compose plugin, so it's not
always available when zipDistributable task is configured. Using lazy
evaluation by wrapping these expressions in a Provider avoids that issue.
This issue was encountered in the Nix build, presumably because it uses
single-threaded compilation.
Co-authored-by: Tony Wasserka <neobrain@users.noreply.github.com>1 parent 32f593b commit 174753c
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
363 | | - | |
| 362 | + | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| |||
0 commit comments