Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 271 Bytes

File metadata and controls

21 lines (14 loc) · 271 Bytes

Rocket Java

Rocket Java is a collection of Java utilities composed of a fork of wellsb1/fort_j plus wellsb1/fort_w.

Build

To build:

./gradlew assemble

Publish

To publish:

export GHP_USER=<user>
export GHP_PASSWORD=<token>
./gradlew publish