Skip to content

Latest commit

 

History

History

native-gradle-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.