I wrote a custom compiler and `gradlew clean` fail...
# compiler
u
I wrote a custom compiler and
gradlew clean
fails on windows due to files being locked, but works on linux/mac https://github.com/square/anvil/issues/458#issue-1088683292 any ideas?
j
I have seen fails on Windows related daemon locking files, indeed, I had to stop Gradle manually so GitHub Cache Action can cache in Windows
by running gradlew --stop
u
but its always, i.e. only one clean per --stop..annoying