Join Slack
Powered by
Does someone knows how to configure Gradle correct...
# gradle
j
jmfayard
05/01/2021, 7:52 PM
Does someone knows how to configure Gradle correctly to use a specific JDK like version 14? I wanted to try out the new feature
Toolchains for JVM projects
but I didn't got it to work
https://docs.gradle.org/current/userguide/toolchains.html
https://github.com/LouisCAD/kotlin-libraries-playground/pull/99/files
p
plastiv
05/01/2021, 9:37 PM
Kotlin doesn’t support toolchain api but there is a workaround in comments to the issue
https://youtrack.jetbrains.com/issue/KT-43095
👍 1
t
tapchicoma
05/04/2021, 11:46 AM
note that workaround is not working for Gradle cache
3
Views
Open in Slack
Previous
Next