Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 552 Bytes

File metadata and controls

14 lines (10 loc) · 552 Bytes

Native Image Maven Plugin

Maven plugin for GraalVM Native Image building

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

Building

This plugin follows standard maven plugin conventions and as such can be built as:

./gradlew publishAllPublicationsToCommonRepository

You can also take a look at CI workflow here.