I am trying to build an executive via the compileNative
task from a Spring Boot 3.0.0M5 project.
I need to add the --enable-https
to the GraalVM compiler.
How is it possible to add that option using the gradle plugin?
id "org.graalvm.buildtools.native" version "0.9.14"