Ignore tabs in sql test keystore files (elastic/x-pack-elasticsearch#2544)
These are just tabs in binary data.... Original commit: elastic/x-pack-elasticsearch@bcfa3feec0
This commit is contained in:
parent
76543491bc
commit
1ede8cadf7
|
@ -10,6 +10,10 @@ forbiddenApisTest {
|
||||||
bundledSignatures += 'jdk-internal'
|
bundledSignatures += 'jdk-internal'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
forbiddenPatterns {
|
||||||
|
exclude '**/*.keystore'
|
||||||
|
}
|
||||||
|
|
||||||
// Allow for com.sun.net.httpserver.* usage for testing
|
// Allow for com.sun.net.httpserver.* usage for testing
|
||||||
eclipse {
|
eclipse {
|
||||||
classpath.file {
|
classpath.file {
|
||||||
|
|
Loading…
Reference in New Issue