Skip to content

Commit

Permalink
Update ci.yml to use javadoc:javadoc
Browse files Browse the repository at this point in the history
Instead of javadoc:aggregate, to catch issues like 5bf91fb

h/t/ @cpovirk
  • Loading branch information
cushon committed Aug 29, 2024
1 parent 5bf91fb commit 671ac41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
# only generate javadoc on JDKs with the fix for https://bugs.openjdk.org/browse/JDK-8241780
if: ${{ matrix.java >= 15 }}
shell: bash
run: mvn -P '!examples' javadoc:aggregate
run: mvn -P '!examples' javadoc:javadoc

publish_snapshot:
name: 'Publish snapshot'
Expand Down

0 comments on commit 671ac41

Please sign in to comment.