Skip to content

Commit

Permalink
Add javadoc:javadoc Maven command
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Sep 16, 2024
1 parent 51678be commit 844c4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
env:
maven_commands: test # default is install
maven_commands: test javadoc:javadoc # default is install
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
Expand Down

0 comments on commit 844c4f2

Please sign in to comment.