lostluck commented on PR #34132:
URL: https://github.com/apache/beam/pull/34132#issuecomment-2734767487
Damon helped unblock my local testing against the Java suite. The Java build
wasn't working after I synced, so I needed the reminder that beam's Gradle
Clean doesn't work properly, and sometimes you just need to manually remove all
the build folders: `find . | grep \/build$ | xargs -I{} rm -rf {}`.
--
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]