Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 245 Bytes

DEPLOYING.md

File metadata and controls

31 lines (19 loc) · 245 Bytes

Setup

Create ~/.gradle/gradle.properties

nexusUser=
nexusPass=

Build

./gradlew clean build

Publish local

Puts the jar in ~/.m2

./gradlew publishToMavenLocal

Publish version

./gradlew upload