damondouglas commented on PR #22403: URL: https://github.com/apache/beam/pull/22403#issuecomment-1201365033
> Right now it looks like this is failing to compile, and spotless is also failing. > > Can you address these? > Right now it looks like this is failing to compile, and spotless is also failing. > > Can you address these? Hello @johnjcasey Thank you for reviewing. Are there other gradle commands you might recommend I run to detect where compile and spotless is failing? I reran the following gradle tasks that already passed for me prior to submitting this PR. ``` ./gradlew rat ./gradlew spotlessCheck ./gradlew sdks:java:io:kafka:check ./gradlew sdks:java:io:kafka:checkStyleMain ``` -- 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]
