Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 415 Bytes

README.adoc

File metadata and controls

14 lines (11 loc) · 415 Bytes

Qbicc plugin for Quarkus

This is the qbicc plugin for Quarkus.

To create a native executable of your Quarkus project using qbicc, add the following dependency to your Quarkus Maven build:

    <dependency>
        <groupId>org.qbicc.quarkus</groupId>
        <artifactId>quarkus-qbicc</artifactId>
        <version>0.1.0</version>
    </dependency>