Skip to content

Commit c08fd1a

Browse files
committed
updated makefile to support gnupg password input
1 parent be5b77e commit c08fd1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test:
99
mvn test
1010

1111
deploy:
12-
mvn clean deploy -P release
12+
GPG_TTY=$(tty) mvn clean deploy -P release
1313

1414
doc: doc-clean
1515
mvn site

0 commit comments

Comments
 (0)