Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 382 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 382 Bytes

Using tinylog in a GraalVM native image

  1. Ensure that the local toolchain for native images is installed

  2. Build the project and generate the configuration via ./gradlew generateConfiguration

  3. Create the native image via ./gradlew nativeImage

  4. You will find the executable in build/graal