mjsax commented on PR #16791: URL: https://github.com/apache/kafka/pull/16791#issuecomment-2313923638
From the build output: ``` FAILURE: Build completed with 2 failures. -- | 3850 | 07:23:42 PM | | 3851 | 07:23:42 PM | 1: Task failed with an exception. | 3852 | 07:23:42 PM | ----------- | 3853 | 07:23:42 PM | * What went wrong: | 3854 | 07:23:42 PM | Execution failed for task ':streams:spotlessJavaCheck'. | 3855 | 07:23:42 PM | > The following files had format violations: | 3856 | 07:23:42 PM | src/main/java/org/apache/kafka/streams/processor/api/ProcessingContext.java | 3857 | 07:23:42 PM | @@ -17,7 +17,6 @@ | 3858 | 07:23:42 PM | package·org.apache.kafka.streams.processor.api; | 3859 | 07:23:42 PM | more_vert | 3860 | 07:23:42 PM | import·org.apache.kafka.common.serialization.Serde; | 3861 | 07:23:42 PM | -import·org.apache.kafka.streams.StreamsBuilder; | 3862 | 07:23:42 PM | import·org.apache.kafka.streams.StreamsMetrics; | 3863 | 07:23:42 PM | import·org.apache.kafka.streams.Topology; | 3864 | 07:23:42 PM | import·org.apache.kafka.streams.processor.Cancellable; | 3865 | 07:23:42 PM | Run './gradlew :streams:spotlessApply' to fix these violations. ``` If the readme is outdated, could you do a new PR to update 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]
