chia7712 commented on PR #20221: URL: https://github.com/apache/kafka/pull/20221#issuecomment-3103315771
please fix the build error: ``` Execution failed for task ':server-common:spotlessJavaCheck'. > The following files had format violations: src/test/java/org/apache/kafka/server/util/CommandLineUtilsTest.java @@ -17,6 +17,7 @@ package·org.apache.kafka.server.util; import·org.apache.kafka.common.utils.Exit; + import·org.junit.jupiter.api.Test; import·java.util.List; Run './gradlew :server-common: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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org