Hi everyone, I cloned the Kotlin repository and tr...
# kontributors
t
Hi everyone, I cloned the Kotlin repository and tried to build by the "gradle build" command. But I always receive an error. Please help me!
Copy code
FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':kotlin-stdlib:compileKotlin'.
> Requesting vendor list failed: {"message":"Internal Server Error","_links":{"self":{"href":"/disco/v3.0/packages?jdk_version=6&distro=mandrel&operating_system=macos&latest=available&directly_downloadable=true","templated":false}},"_embedded":{"errors":[{"message":"Internal Server Error: Please provide a valid jdkVersion"}]}}
d
You need to set this property in local properties file kotlin.build.isObsoleteJdkOverrideEnabled=true https://github.com/JetBrains/kotlin#build-environment-requirements
p
@dmitriy.novozhilov I'm missing info in the README why JDK 6 and 7 are needed specifically. Is it to test the stdlib? I'd like to contribute to the README after we clarify it
d
Yes, it is about stdlib and kotlin-reflect But since JDK 8 is the minimal kotlin target now, we plan to stop compile libraries for older JDKs soon
👍 1