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:
Nik Everett 2017-09-19 09:32:42 -04:00 committed by GitHub
parent 76543491bc
commit 1ede8cadf7
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ forbiddenApisTest {
bundledSignatures += 'jdk-internal'
}
forbiddenPatterns {
exclude '**/*.keystore'
}
// Allow for com.sun.net.httpserver.* usage for testing
eclipse {
classpath.file {