Christoph Obexer
04/09/2025, 9:35 AMSuresh
04/14/2025, 4:58 PM> 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]
Suresh
04/14/2025, 4:59 PMSuresh
04/14/2025, 4:59 PMgraalvm-community-openjdk-24+36.1
Louis Jacomet
04/15/2025, 3:48 PM