Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 633 Bytes

File metadata and controls

15 lines (11 loc) · 633 Bytes

Native Image Gradle Plugin

Gradle plugin for GraalVM Native Image building

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

Building

Building of plugin itself should be as simple as:

./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.