OpenSearch/sql-clients/jdbc-proto/build.gradle

13 lines
279 B
Groovy
Raw Normal View History

apply plugin: 'elasticsearch.build'
description = 'Request and response objects shared by the jdbc driver and ' +
'its backend in :x-pack-elasticsearch:plugin'
dependencies {
testCompile project(':x-pack-elasticsearch:sql-clients:test-utils')
}
dependencyLicenses {
}