mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-01 04:46:43 +08:00
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.