redhat-developer-demos / quarkus-tutorial

Quarkus Tutorial for https://dn.dev/quarkusmaster
https://redhat-developer-demos.github.io/quarkus-tutorial/
Apache License 2.0
148 stars 86 forks source link

Native build windows requires extra maven tag #123

Closed kad-zuuret closed 1 year ago

kad-zuuret commented 1 year ago

Building a native image on windows requires an additional maven tag. This is not described in the tutorial

./mvn install -Dnative -DskipTests -Dquarkus.native.container-build=true

kdubois commented 1 year ago

Thank you!