We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464a3eb commit 217f574Copy full SHA for 217f574
2 files changed
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: fbf87155296322786c7443cbb453ead7a06d6801
+refs/heads/master: e310f6db3b7adf91c8007c14da96f4ca34f5c413
3
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
4
refs/heads/gh-pages: 78e4171d070ae014fe1e1ea58a414126c9126c61
5
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
trunk/.circleci/config.yml
@@ -243,7 +243,7 @@ jobs:
243
<<: *anchor_build
244
- run:
245
name: Run mvn javadoc goal
246
- command: mvn javadoc:javadoc javadoc:test-javadoc
+ command: mvn -B -q javadoc:javadoc javadoc:test-javadoc
247
248
workflows:
249
version: 2
0 commit comments