Skip to content

Commit

Permalink
ci: don't JAR javadoc (#3493)
Browse files Browse the repository at this point in the history
Creating javadoc is sufficient to make sure the docs are free of errors.
JARing it just wastes time.
  • Loading branch information
pongad authored Jul 23, 2018
1 parent 0a1b8d9 commit 974768b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
<<: *anchor_build
- run:
name: Run mvn javadoc goal
command: mvn javadoc:jar javadoc:test-jar
command: mvn javadoc:javadoc javadoc:test-javadoc

workflows:
version: 2
Expand Down

0 comments on commit 974768b

Please sign in to comment.