We have seen an issue where `rm -r "$HOME/.gradle"` fails because "Directory not empty". It seems likely this is due the fact Gradle is still running in daemon form. The build script doesn't get any advantage by running the daemon, so we just disable it. Fixes #20423pull/20455/head
parent
42979d3db1
commit
05c603729e
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue