:tada: Gradle 8.14-rc-1 is out! <https://docs.grad...
# releases
c
πŸŽ‰ 8
party gradlephant 13
s
πŸ‘ Seems like native image tool chain detection is not working as expected on windows (Github action). Has anyone faced this issue?
Copy code
> Run graalvm/setup-graalvm@v1
Successfully set up 'graalvm-community-openjdk-24+36.1'


> Run ./gradlew nativeCompile 
Downloading <https://services.gradle.org/distributions/gradle-8.14-rc-1-all.zip>
.....................10%.....................20%......................30%.....................40%......................50%.....................60%.....................70%......................80%.....................90%......................100%

Welcome to Gradle 8.14-rc-1!

Here are the highlights of this release:
 - Java 24 support
 - GraalVM Native Image toolchain selection
 - Enhancements to test reporting
 - Build Authoring improvements

For more details see <https://docs.gradle.org/8.14-rc-1/release-notes.html>

Starting a Gradle Daemon (subsequent builds will be faster)
Daemon JVM discovery is an incubating feature.
Configuration on demand is an incubating feature.
Type-safe project accessors is an incubating feature.

> Configure project :
w: The artifact `org.jetbrains.kotlin:kotlin-compiler-embeddable` is present in the build classpath along Kotlin Gradle plugin.
This may lead to unpredictable and inconsistent behavior.
Please remove the `org.jetbrains.kotlin:kotlin-compiler-embeddable` artifact from the build classpath.
See <https://kotl.in/gradle/internal-compiler-symbols> for more details.



FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':compileKotlin'.
> Toolchain installation 'C:\Users\runneradmin\.gradle\jdks\eclipse_adoptium-24-amd64-windows.2' does not provide the required capabilities: [NATIVE_IMAGE]
The same config, Github action and build script working fine on linux and mac (both Amd64 and aarch64 runners)
Somehown on windows it’s picking up eclipse_adoptium instead of the installed
graalvm-community-openjdk-24+36.1
l
Started conversation here Let's leave this channel for announcements only.