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: actually move testkit dir outside JUnit @tempdir
Commit 41002d9 intended to place the testkit directory in a
separate OS temp location, but the change still used file(".testkit")
which resolves to File(projectDir, ".testkit") — still inside the
JUnit @tempdir.
So closing the daemon is not enough because the Gradle daemon held
file locks on the testkit caches when JUnit attempted cleanup.
0 commit comments