Skip to content

Files

Latest commit

 

History

History
19 lines (12 loc) · 835 Bytes

File metadata and controls

19 lines (12 loc) · 835 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 (from the root directory):

./gradlew :native-gradle-plugin:publishAllPublicationsToCommonRepository --no-parallel

The command will publish a snapshot to build/common-repo. For more details, see the Developer documentation.

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.