Hi,
I’m trying to build Kotlin from scratch (as per the github instructions).
It’s failing as the groovy-api artifact seems to be truncated: http://repository.jetbrains.com/utils/org/jetbrains/kotlin/gradle-api/1.6/gradle-api-1.6.jar
[ERROR] Failed to execute goal on project kotlin-gradle-plugin-core: Could not resolve dependencies for project org.jetbrains.kotlin:kotlin-gradle-plugin-core:jar:0.1-SNAPSHOT: Could not transfer artifact org.jetbrains.kotlin:gradle-api:jar:1.6 from/to jetbrains-utils (http://repository.jetbrains.com/utils): GET request of: org/jetbrains/kotlin/gradle-api/1.6/gradle-api-1.6.jar from jetbrains-utils failed: Premature end of Content-Length delimited message body (expected: 40284696; received: 31971810 -> [Help 1]
I get the same issue trying to download it directly.
Any ideas?
Cheers,
Andrew