Converting your CLI to a native application
plugins {
id 'java'
id "io.freefair.lombok" version "8.6"
id("org.springframework.boot") version "3.5.3"
id 'org.graalvm.buildtools.native' version '0.10.6'
}logging.level.root = OFF./gradlew nativeCompile========================================================================================================================
GraalVM Native Image: Generating 'agent-sdk-sample' (executable)...
========================================================================================================================
For detailed information and explanations on the build output, visit:
https://github.com/oracle/graal/blob/master/docs/reference-manual/native-image/BuildOutput.md
------------------------------------------------------------------------------------------------------------------------Last updated
Was this helpful?
