mike-neck / graalvm-native-image-plugin

A Gradle plugin which creates a native executable via GraalVM's native-image. This is a thin wrapper of the native-image command.
Apache License 2.0
89 stars 14 forks source link

More changes to support GraalVM 21.3.0 #185

Open KengoTODA opened 2 years ago

KengoTODA commented 2 years ago

182 is not enough to support GraalVM 21.3.0, and here is an additional fix.

With these changes, I could run the nativeImage task with GraalVM CE 21.3.0 (Java 11) for my project.

Currently, GraalVM provides no document regarding the change in proxy-config.json, so I'm asking about it at https://github.com/oracle/graal/issues/4067 In my understanding we can treat it as oldConfig == newConfig.interfaces, so I made a fix like this.