Skip to content

quarkusio/gizmo

Repository files navigation

Gizmo

A bytecode generation library.

Version GitHub Actions Status

About

Gizmo aims at simplifying bytecode generation. It is heavily used by Quarkus.

Build

Gizmo is available on Maven Central but you can build it locally:

mvn clean install

Release

To release a new version of Gizmo, follow these steps:

https://github.com/smallrye/smallrye/wiki/Release-Process#releasing

The staging repository is automatically closed. The sync with Maven Central should take ~30 minutes.