mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
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'
|
||||
}
|
||||
|
||||
forbiddenPatterns {
|
||||
exclude '**/*.keystore'
|
||||
}
|
||||
|
||||
// Allow for com.sun.net.httpserver.* usage for testing
|
||||
eclipse {
|
||||
classpath.file {
|
||||
|
Loading…
x
Reference in New Issue
Block a user