https://gradle.com/ logo
Title
m

Miroww328

05/25/2023, 6:39 PM
Hello, everyone. now I'm going to create native image for my project. so I am using com.palantir.graal plugin. https://plugins.gradle.org/plugin/com.palantir.graal Enviroment: Gradle version:8.1.1 OS: windows 10. Java version: 17 https://prnt.sc/SONRjdXI9nDt using the library https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.3.0/graalvm-ce-java17-windows-amd64-22.3.0.zip installed visual studio community 2019 https://prnt.sc/pQPPO3j8fQii I have created two files for linux/Mac os from the project via "./gradlew nativeImage". but I have a problem on windows 10. my issues: https://prnt.sc/ZqXCbYWJeIop https://prnt.sc/mKecFWjeNiCB I am not sure about the reason. if you have an experience with it, Please let me know. thanks. Miroww