dlmarion commented on code in PR #3203:
URL: https://github.com/apache/accumulo/pull/3203#discussion_r1117109744
##########
.github/workflows/maven.yaml:
##########
@@ -110,6 +109,12 @@ jobs:
run: mvn -B -V -e -ntp "-Dstyle.color=always" -DskipFormat ${{
matrix.profile.args }}
env:
MAVEN_OPTS: -Djansi.force=true
+ - name: Build with Maven (ZooKeeper compatibility build)
+ if: ${{ github.base_ref != 'main' }}
Review Comment:
I will modify the GitHub action file in my branch and see if that resolves it
--
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]