Skip to content

Commit

Permalink
Fixed Javadoc issue in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed Oct 17, 2024
1 parent cf6064b commit 235b585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

# Build JavaDoc
- name: Build JavaDoc
run: mvn -B javadoc:aggregate
run: mvn -B javadoc:aggregate -Ddoclint=none -Dmaven.compiler.release=8 # Using Java 8 for now due to JavaDoc errors with modules

- name: Publish JavaDoc to ${{ env.web-push-branch }} branch
uses: cpina/github-action-push-to-another-repository@master
Expand Down

0 comments on commit 235b585

Please sign in to comment.