Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 236 Bytes

RELEASE.md

File metadata and controls

13 lines (9 loc) · 236 Bytes

Main Project

gpg2 needs to be on the path.

From the root directory:

export GPG_TTY=$(tty)
mvn clean install
mvn deploy -Prelease

Gradle Plugin

From the gradle-plugin directory

./gradlew clean publishPlugins