Skip to content

Commit

Permalink
No Javadoc generation with JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Apr 27, 2023
1 parent 83eb7e3 commit db67feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-jdk11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
cache: maven
- name: Display build environment details
run: mvn --version
- name: Build project against vanilla Error Prone, compile Javadoc
run: mvn -T1C install javadoc:jar -Dsurefire.jdk-toolchain-version=11.0.18
- name: Build project against vanilla Error Prone
run: mvn -T1C install -Dsurefire.jdk-toolchain-version=11.0.18
- name: Build project with self-check against Error Prone fork
run: mvn -T1C clean verify -Perror-prone-fork -Dsurefire.jdk-toolchain-version=11.0.18 -s settings.xml
- name: Remove installed project artifacts
Expand Down

0 comments on commit db67feb

Please sign in to comment.