legendtkl commented on PR #1931: URL: https://github.com/apache/incubator-seatunnel/pull/1931#issuecomment-1133638902
Hi, @ruanwenjun and @BenJFan , I'm afraid the git workflow might need some improvement. I tried the failed command in my machine (MacOS), it works. I think the failure might caused by maven concurrency building '-T' ```bash ./mvnw -T 2C -B clean verify -Dmaven.test.skip=false -Dcheckstyle.skip=true -Dscalastyle.skip=true -Dlicense.skipAddThirdParty=true --no-snapshot-updates ``` I suggest to modify it with no concurrency thread build. What do you thinks? -- 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]
