mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 05:58:44 +00:00
There used to not be tests in this project. There are now. Original commit: elastic/x-pack-elasticsearch@81bd25479b
11 lines
333 B
Groovy
11 lines
333 B
Groovy
description = 'Request and response objects shared by the cli and jdbc.'
|
|
|
|
dependencies {
|
|
testCompile project(':x-pack-elasticsearch:sql:test-utils')
|
|
}
|
|
|
|
forbiddenApisMain {
|
|
// does not depend on core, so only jdk and http signatures should be checked
|
|
signaturesURLs = [this.class.getResource('/forbidden/jdk-signatures.txt')]
|
|
}
|