Use this Quarkus extension to integrate YAKC in your Quarkus application.
This extension provides the requirements to be able to produce native images for your application running with YAKC.
Add the extension dependency to your pom.xml
:
<!-- ... -->
<dependencies>
<!-- ... -->
<dependency>
<groupId>com.marcnuri.yakc</groupId>
<artifactId>quarkus-yakc-extension</artifactId>
<version>0.0.13</version>
</dependency>
</dependencies>
- Tag release with the current
pom.xml
version e.g.v0.0.13
- Wait for action to complete and artifacts to be published in Maven Central
- Increment version:
mvn versions:set -DnewVersion=0.0.14 -DgenerateBackupPoms=false
- Commit
[RELEASE] v0.0.13 released, prepare for next development iteration