Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 401 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 401 Bytes

Gizmo

A bytecode generation library...

Build

mvn clean install

Release

# Bump version and create the tag
mvn release:prepare -Prelease
# Build the tag and push to OSSRH
mvn release:perform -Prelease

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