mirror of https://github.com/apache/kafka.git
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:
parent
af53758746
commit
0799715f2c
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue