Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 634 Bytes

File metadata and controls

17 lines (11 loc) · 634 Bytes

Native Image Gradle Plugin

Gradle plugin for GraalVM Native Image building

End-user documentation about the plugins can be found here.

Building

This plugin can be built with this command:

./gradlew publishToMavenLocal --no-parallel

In order to run testing part of this plugin you need to get (or build) corresponding junit-platform-native artifact.

You can also take a look at CI workflow here.