Skip to content

Commit

Permalink
Switched up the custom javadoc command
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTapply22 committed Jun 23, 2024
1 parent 4340f8c commit b48fd53
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 @@ -40,4 +40,4 @@ jobs:
java-version: ${{ vars.JAVA_VERSION }}
target-folder: javadoc # url will be https://<username>.github.io/<repo>/javadoc, This can be left as nothing to generate javadocs in the root folder.
project: maven # or gradle
custom-command: javadoc -d javadoc -sourcepath -Xdoclint:all,-missing net/jeqo/bloons -subpackages .
custom-command: javadoc:javadoc -Xdoclint:all,-missing

0 comments on commit b48fd53

Please sign in to comment.