We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613ff1e commit ff2322aCopy full SHA for ff2322a
.github/workflows/test.yml
@@ -17,5 +17,7 @@ jobs:
17
with:
18
distribution: ${{ matrix.distribution }}
19
java-version: ${{ matrix.version }}
20
- - run: mvn javadoc:javadoc
21
- run: mvn test -B
+ # This is after the test run to work around
22
+ # https://issues.apache.org/jira/projects/MJAVADOC/issues/MJAVADOC-736
23
+ - run: mvn javadoc:javadoc
0 commit comments