Skip to content

Commit 974768b

Browse files
authored
ci: don't JAR javadoc (#3493)
Creating javadoc is sufficient to make sure the docs are free of errors. JARing it just wastes time.
1 parent 0a1b8d9 commit 974768b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
<<: *anchor_build
231231
- run:
232232
name: Run mvn javadoc goal
233-
command: mvn javadoc:jar javadoc:test-jar
233+
command: mvn javadoc:javadoc javadoc:test-javadoc
234234

235235
workflows:
236236
version: 2

0 commit comments

Comments
 (0)