Skip to content

Commit

Permalink
Merge pull request #35415 from gsmet/skip-docs
Browse files Browse the repository at this point in the history
Skip the doc build in initial JDK 11 build
  • Loading branch information
gsmet authored Aug 19, 2023
2 parents 7e1a6b3 + a7d20ac commit 9caf1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
key: q2maven-${{ steps.get-date.outputs.date }}
- name: Build
run: |
./mvnw -T1C $COMMON_MAVEN_ARGS -DskipTests -DskipITs -Dinvoker.skip -Dno-format -Dtcks -Prelocations clean install
./mvnw -T1C $COMMON_MAVEN_ARGS -DskipTests -DskipITs -DskipDocs -Dinvoker.skip -Dno-format -Dtcks -Prelocations clean install
- name: Verify extension dependencies
shell: bash
run: ./update-extension-dependencies.sh $COMMON_MAVEN_ARGS
Expand Down

0 comments on commit 9caf1f7

Please sign in to comment.