sijie commented on a change in pull request #5874: Downgrade maven for license
check
URL: https://github.com/apache/pulsar/pull/5874#discussion_r370465307
##########
File path: .github/workflows/ci-license.yaml
##########
@@ -41,10 +41,13 @@ jobs:
- name: checkout
uses: actions/checkout@v1
- - name: Setup Maven Version
- run: mvn -B --version
+ # license check fails with 3.6.2 so we have to downgrade
+ - name: Set up Maven
+ uses: aahmed-se/setup-maven@v3
Review comment:
@aahmed-se Can you send a pull request @stCarolas repo?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services