Skip to content

Commit

Permalink
set maven version 3.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hangc0276 committed Mar 3, 2023
1 parent 91b5479 commit e7eefc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
distribution: 'temurin'
java-version: 11

- name: Set up Maven
uses: apache/pulsar-test-infra/setup-maven@master
with:
maven-version: 3.8.7

- name: Validate pull request
if: steps.check_changes.outputs.docs_only != 'true'
run: |
Expand Down

0 comments on commit e7eefc3

Please sign in to comment.