This message was deleted.
# configuration-cache
s
This message was deleted.
j
Relevant parts:
Copy code
Caused by: org.gradle.tooling.GradleConnectionException: Could not execute build using connection to Gradle installation 'C:\Users\javie\.gradle\wrapper\dists\gradle-7.4.2-bin\48ivgl02cpt2ed3fh9dbalvx8\gradle-7.4.2'.
Copy code
Caused by: java.lang.UnsupportedOperationException: Cannot convert relative path build\sandbox-isolated\config--install--pre-commits--enabled-configuration-cache-1-2989901686090158626\test-kit-daemon\7.4.2 to an absolute file.
Curiously I have similar tests with doesn't have this issue (even with longer paths). I am on Windows, not sure if this happens in other OS
the difference with the rest of tests is in the rest I am not using a custom
withTestKitDir
t
I suppose (from the error) you're giving a relative path to
withTestKitDir
? Have you tried with an absolute one?
thank you 1
j
I haven't tried, but I don't understand why the debug mode works and the normal one no, looks like a bug to me. Anyway I will change the implementation to use file with absolute paths
Fixed by setting it to use the absoluteFile 🙂