e627d581c1
On a fresh CI runner, multiple Turbo tasks starting in parallel can race to extract the Gradle wrapper zip, producing ClosedFileSystemException. Run ./gradlew --version before turbo test:ci to ensure the wrapper is fully extracted before any parallel task touches it.