KAFKA-17795 Fix the file path of suppressions.xml to run build on windows (#17674)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Yung 2024-11-03 21:36:11 +08:00 committed by GitHub
parent af53758746
commit 0799715f2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -353,5 +353,5 @@
files="(ReplicaFetcherThreadBenchmark).java"/> files="(ReplicaFetcherThreadBenchmark).java"/>
<!-- Add the new suppression rule for JaasTestUtils.java --> <!-- Add the new suppression rule for JaasTestUtils.java -->
<suppress checks="ImportControl" files="kafka/security/JaasTestUtils.java" /> <suppress checks="ImportControl" files="(JaasTestUtils).java" />
</suppressions> </suppressions>