Skip to content

Commit f460f8d

Browse files
committed
Work around javadoc plugin bug
1 parent 0f4c4da commit f460f8d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ jobs:
1717
with:
1818
distribution: ${{ matrix.distribution }}
1919
java-version: ${{ matrix.version }}
20-
- run: mvn javadoc:javadoc
2120
- run: mvn test -B
21+
# 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

Comments
 (0)