Skip to content

Commit 671ac41

Browse files
authored
Update ci.yml to use javadoc:javadoc
Instead of javadoc:aggregate, to catch issues like 5bf91fb h/t/ @cpovirk
1 parent 5bf91fb commit 671ac41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
# only generate javadoc on JDKs with the fix for https://bugs.openjdk.org/browse/JDK-8241780
9393
if: ${{ matrix.java >= 15 }}
9494
shell: bash
95-
run: mvn -P '!examples' javadoc:aggregate
95+
run: mvn -P '!examples' javadoc:javadoc
9696

9797
publish_snapshot:
9898
name: 'Publish snapshot'

0 commit comments

Comments
 (0)