We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51678be commit 844c4f2Copy full SHA for 844c4f2
1 file changed
.github/workflows/maven.yml
@@ -17,7 +17,7 @@ jobs:
17
os: [ubuntu-latest, windows-latest, macos-latest]
18
runs-on: ${{ matrix.os }}
19
env:
20
- maven_commands: test # default is install
+ maven_commands: test javadoc:javadoc # default is install
21
steps:
22
- uses: actions/checkout@v4
23
- name: Set up JDK ${{ matrix.java }}
0 commit comments