Java Gradle add a plugin (GraalVM) offline on a existent project
In order to convert a project to native-image I try to add the plugin “org.graalvm.buildtools.native”. I specify that my pc is offline this is important, for various reasons I am obliged to use graalVM on an offline installation.
To be able to run my basic project I had to already compile it on an online installation, then I transferred the contents of the .gradle to this offline installation.
After a compilation on the offline installation the project run, the problem is not here.