Skip to content

Commit

Permalink
Remove custom command for javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTapply22 committed Jun 23, 2024
1 parent 21ea358 commit 6a99d92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ 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 src/main/java/net/jeqo/bloons -Xdoclint:all,-missing -subpackages .

0 comments on commit 6a99d92

Please sign in to comment.