Alan Tai

Results 27 comments of Alan Tai

I got the same error executing your project with `./gradlew buildNativeImage`, so I think it is not related to the system configurations. I'll take a deeper look.

Found this: https://github.com/oracle/graal/issues/2845 Could be a bug in JDK that is fixed in JDK 14/15 but not 11.

Thanks @codexetreme for building without this plugin so it does seem this is an issue with the command options generated by this plugin.

I tried installing GraalVM and native-image on the system, but not using this plugin. Change the working directory to `

The error message means the JAR file generated by `bootJar` is not a valid/standard zip file. Can you share a simple test repository that I can use to reproduce the...

RIght, on the documentation it says "Currently, some tools do not accept this format so you may not always be able to use this technique" so apparently the JAR file...