Skip to content

Commit

Permalink
Fixed issue with JavaDoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed Oct 17, 2024
1 parent 8927a5c commit e1c64ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:

# Build JavaDoc
- name: Build JavaDoc
run: mvn -B javadoc:aggregate -Ddoclint=none -Dmaven.compiler.release=8 # Using Java 8 for now due to JavaDoc errors with modules
# Note: package is necessary only to prevent error with webfx-kit-javafxgraphics-fat-j2cl module which uses unpack
run: mvn -B package 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 e1c64ec

Please sign in to comment.