Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.33 KB

README.adoc

File metadata and controls

34 lines (26 loc) · 1.33 KB

Apache Geronimo Arthur

Maven Central Github Action Status

A thin layer on top of Orace GraalVM to build native binaries from your Java softwares.

More on our website: https://geronimo.apache.org/arthur/.

Build the project

# if you don't have docker, skip integration-tests profile
mvn clean install -Pintegration-tests
Tip
for now the project uses lombok, ensure it is installed in your IDE if you need it.