Skip to content

Commit

Permalink
NO-JIRA: use install on examples build otherwise it needs to download…
Browse files Browse the repository at this point in the history
… remote snapshot during javadoc build, which may not exist and so fails
  • Loading branch information
gemmellr committed Jan 20, 2022
1 parent f7bb4c7 commit e8074f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
if: matrix.java == '11'
run: |
cd examples
mvn -s ../.github/maven-settings.xml verify -Prelease
mvn -s ../.github/maven-settings.xml install -Prelease
- name: Build Examples (JDK >11 / -Pexamples,noRun)
if: matrix.java != '11'
run: |
cd examples
mvn -s ../.github/maven-settings.xml verify -Pexamples,noRun
mvn -s ../.github/maven-settings.xml install -Pexamples,noRun
- name: Javadoc Check (JDK11 / -Prelease)
if: matrix.java == '11'
Expand Down

0 comments on commit e8074f7

Please sign in to comment.