Skip to content

Commit 200e6a6

Browse files
author
Fernando Saint-Jean
committed
given tag is no longer usable, update the version manually
1 parent ca73225 commit 200e6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ if ! is_pull_request && build_started_by_tag; then
159159
fi
160160

161161
# skip license on travis due to #1512
162-
./mvnw install -nsu -Dlicense.skip=true
162+
./mvnw install -nsu -Dlicense.skip=true -Dgpg.skip=true
163163

164164
# formatter errors:
165165
if [ -z $(git status --porcelain) ];

0 commit comments

Comments
 (0)