This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 0799715f2c7 KAFKA-17795 Fix the file path of suppressions.xml to run
build on windows (#17674)
0799715f2c7 is described below
commit 0799715f2c7136cf0a4c8f0f92ec4706a1618320
Author: Yung <[email protected]>
AuthorDate: Sun Nov 3 21:36:11 2024 +0800
KAFKA-17795 Fix the file path of suppressions.xml to run build on windows
(#17674)
Reviewers: Chia-Ping Tsai <[email protected]>
---
checkstyle/suppressions.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/checkstyle/suppressions.xml b/checkstyle/suppressions.xml
index da240c237c8..819b53ddc4a 100644
--- a/checkstyle/suppressions.xml
+++ b/checkstyle/suppressions.xml
@@ -353,5 +353,5 @@
files="(ReplicaFetcherThreadBenchmark).java"/>
<!-- Add the new suppression rule for JaasTestUtils.java -->
- <suppress checks="ImportControl" files="kafka/security/JaasTestUtils.java"
/>
+ <suppress checks="ImportControl" files="(JaasTestUtils).java" />
</suppressions>