Skip to content

Commit

Permalink
Generate Javadoc in CI pipeline
Browse files Browse the repository at this point in the history
to catch syntax errors like malformed `@link`s

PiperOrigin-RevId: 351891198
  • Loading branch information
cushon authored and Error Prone Team committed Jan 14, 2021
1 parent 03b0e70 commit 0951985
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,13 @@ jobs:
java-version: ${{ matrix.java }}
- name: 'Install'
shell: bash
run: mvn install -DskipTests=true -B -V
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- name: 'Test'
shell: bash
run: mvn test -B
- name: 'Javadoc'
shell: bash
run: mvn -P '!examples' javadoc:aggregate

publish_snapshot:
name: 'Publish snapshot'
Expand Down

0 comments on commit 0951985

Please sign in to comment.