I fork the Kotlin project. To build and run test c...
# announcements
l
I fork the Kotlin project. To build and run test code, I followed the official document exactly as it was.
Copy code
./gradlew -Dhttp.socketTimeout=60000 -Dhttp.connectionTimeout=60000
But it fails with this error.
Copy code
Exception in thread "main" java.lang.RuntimeException: Timeout of 120000 reached waiting for exclusive access to file: /Users/iLand/.gradle/wrapper/dists/gradle-6.6-bin/dflktxzwamd4bv66q00iv4ga9/gradle-6.6-bin.zip        at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:65)        at org.gradle.wrapper.Install.createDist(Install.java:48)        at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:107)        at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:63)
How can I run the test code of the project?
a
Seems like a network problem. Is this still actual?