Skip to content

Commit

Permalink
Update sourcepath for javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTapply22 committed Jun 23, 2024
1 parent cf795af commit 21ea358
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 net/jeqo/bloons -Xdoclint:all,-missing -subpackages .
custom-command: javadoc -d javadoc -sourcepath src/main/java/net/jeqo/bloons -Xdoclint:all,-missing -subpackages .

0 comments on commit 21ea358

Please sign in to comment.