Sebastian Schuberth
05/12/2025, 7:43 PMUnable to download toolchain matching the requirements ({languageVersion=21, vendor=Eclipse Temurin, implementation=vendor-specific}) from 'null', due to: No defined toolchain download url for LINUX on x86_64 architecture.
This occurs when building a Kotlin project with Gradle 8.14 on some machine, but not generally. In particular, what does from 'null'
refer to, a URL that's null
?Vampire
05/12/2025, 8:22 PMSebastian Schuberth
05/13/2025, 5:48 AMSebastian Schuberth
05/13/2025, 5:48 AMVampire
05/13/2025, 6:49 AMVampire
05/13/2025, 6:54 AMIn any case, I believe Gradle's error message could be clearer here.
Error messages can always be clearer. :-D But I think
No defined toolchain download url for LINUX on x86_64 architecture.
is quite clear. 🤷♂️ If you declare depencies but forget to declare repositories it also just tells you that no repositories are defined, leaning it up to you whether you declare one directly, it apply a plugin that defines one, or ... :-)
Sebastian Schuberth
05/13/2025, 7:27 AMVampire
05/13/2025, 10:06 AM./gradlew
before Quodana Scan to see whether that works to rule out Quodana is doing something bad.Sebastian Schuberth
05/13/2025, 10:08 AM