jlprat commented on PR #16608: URL: https://github.com/apache/kafka/pull/16608#issuecomment-2232883147
@gharris1727 The build wasn't working because of a `spotless` violation: ``` * What went wrong: [2024-07-16T22:42:43.930Z] Execution failed for task ':connect:runtime:spotlessJavaCheck'. [2024-07-16T22:42:43.930Z] > The following files had format violations: [2024-07-16T22:42:43.930Z] src/test/java/org/apache/kafka/connect/runtime/isolation/SynchronizationTest.java [2024-07-16T22:42:43.930Z] @@ -24,8 +24,8 @@ [2024-07-16T22:42:43.930Z] import·org.apache.kafka.common.config.ConfigDef.Type; [2024-07-16T22:42:43.930Z] import·org.apache.kafka.common.utils.Utils; [2024-07-16T22:42:43.930Z] import·org.apache.kafka.connect.runtime.WorkerConfig; [2024-07-16T22:42:43.930Z] +import·org.apache.kafka.connect.storage.Converter; [2024-07-16T22:42:43.930Z] [2024-07-16T22:42:43.930Z] -import·org.apache.kafka.connect.storage.Converter; [2024-07-16T22:42:43.930Z] import·org.junit.jupiter.api.AfterEach; [2024-07-16T22:42:43.930Z] import·org.junit.jupiter.api.BeforeEach; [2024-07-16T22:42:43.930Z] import·org.junit.jupiter.api.Test; [2024-07-16T22:42:43.930Z] Run './gradlew :connect:runtime:spotlessApply' to fix these violations. ``` -- 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]
