Skip to content

Commit 844c4f2

Browse files
committed
Add javadoc:javadoc Maven command
1 parent 51678be commit 844c4f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
1818
runs-on: ${{ matrix.os }}
1919
env:
20-
maven_commands: test # default is install
20+
maven_commands: test javadoc:javadoc # default is install
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up JDK ${{ matrix.java }}

0 commit comments

Comments
 (0)