lhotari commented on code in PR #20505:
URL: https://github.com/apache/pulsar/pull/20505#discussion_r1218912554
##########
.github/workflows/ci-license.yaml:
##########
@@ -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
Review Comment:
I would assume that we could remove this completely if we upgrade
license-maven-plugin.version to `4.1` in pom.xml.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]