Select Git revision
build_interop.sh
-
Eric Anderson authored
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 #20423
Eric Anderson authoredWe 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 #20423