Skip to content

Commit

Permalink
[fix][build][branch-2.10] Use maven 3.6.3 for ci-license check
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertIndie committed Jun 6, 2023
1 parent 03c7add commit 32ecacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ jobs:
java-version: 11


# license check fails with 3.6.2 so we have to downgrade
# The plugin org.apache.nifi:nifi-nar-maven-plugin:1.5.0 requires Maven version 3.6.3
- name: Set up Maven
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
uses: apache/pulsar-test-infra/setup-maven@master
with:
maven-version: 3.6.1
maven-version: 3.6.3

- name: build and check license
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
Expand Down

0 comments on commit 32ecacd

Please sign in to comment.