OpenSearch/sql/shared-proto/build.gradle

11 lines
348 B
Groovy

description = 'Request and response objects shared by the cli and jdbc and the server.'
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')]
}