Skip to content

Commit b0952da

Browse files
committed
Build javadoc as well, otherwise it can fail in the middle of a release
1 parent 001add9 commit b0952da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: ${{ matrix.java }}
2121

2222
- name: Build
23-
run: mvn -B package
23+
run: mvn -B package javadoc:javadoc
2424

2525
coverage:
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)