chia7712 commented on PR #21372:
URL: https://github.com/apache/kafka/pull/21372#issuecomment-3894321939

   ```
   * What went wrong:
   Execution failed for task ':examples:spotlessJavaCheck'.
   > There were 8 lint error(s), they must be fixed or suppressed.
     src/main/java/kafka/examples/Consumer.java:LINE_UNDEFINED 
removeUnusedImports(java.lang.NoClassDefFoundError) 
com/google/googlejavaformat/java/RemoveUnusedImports (...)
     
src/main/java/kafka/examples/ExactlyOnceMessageProcessor.java:LINE_UNDEFINED 
removeUnusedImports(java.lang.NoClassDefFoundError) 
com/google/googlejavaformat/java/RemoveUnusedImports (...)
     src/main/java/kafka/examples/KafkaConsumerProducerDemo.java:LINE_UNDEFINED 
removeUnusedImports(java.lang.NoClassDefFoundError) 
com/google/googlejavaformat/java/RemoveUnusedImports (...)
     src/main/java/kafka/examples/KafkaExactlyOnceDemo.java:LINE_UNDEFINED 
removeUnusedImports(java.lang.NoClassDefFoundError) 
com/google/googlejavaformat/java/RemoveUnusedImports (...)
     src/main/java/kafka/examples/KafkaProperties.java:LINE_UNDEFINED 
removeUnusedImports(java.lang.NoClassDefFoundError) 
com/google/googlejavaformat/java/RemoveUnusedImports (...)
     src/main/java/kafka/examples/Producer.java:LINE_UNDEFINED 
removeUnusedImports(java.lang.NoClassDefFoundError) 
com/google/googlejavaformat/java/RemoveUnusedImports (...)
     src/main/java/kafka/examples/TransactionalClientDemo.java:LINE_UNDEFINED 
removeUnusedImports(java.lang.NoClassDefFoundError) 
com/google/googlejavaformat/java/RemoveUnusedImports (...)
     src/main/java/kafka/examples/Utils.java:LINE_UNDEFINED 
removeUnusedImports(java.lang.NoClassDefFoundError) 
com/google/googlejavaformat/java/RemoveUnusedImports (...)
     Resolve these lints or suppress with `suppressLintsFor`
   ```
   These errors happen on my local machine sometimes. I'll dig into 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]

Reply via email to