Skip to content

Latest commit

 

History

History

vanilla

Building a full automated graalvm binary using gradle

$ ./gradlew build nativeCompile &&\
  ./build/native/nativeCompile/graalvm-vanilla 
08:20:02.617 [main] INFO com.mageddo.Application - Hello World!!!

Testing the native Image

./gradlew nativeTest