Skip to content

Commit ff2322a

Browse files
committed
Work around javadoc plugin bug
1 parent 613ff1e commit ff2322a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.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)