Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 564 Bytes

File metadata and controls

15 lines (10 loc) · 564 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 can be built with this command:

./gradlew publishAllPublicationsToCommonRepository

You can also take a look at CI workflow here.