You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Moved Gradle TestKit directory to separate OS temp directory
In 748292c the GradleRuner used the
temporary directory of the current test (projectDir) which comes from
JUnit's `@TempDir`. When JUnit finishes its test it tries to cleanupt
the temporary folder, however the daemon may still be running and lock
files under this folder.
With the change each fixture still gets its own isolated testkit dir
to ensure the daemon isolation preserved.
gradle/gradle#12535
0 commit comments