11 lines
220 B
Groovy
11 lines
220 B
Groovy
|
apply plugin: 'elasticsearch.build'
|
||
|
|
||
|
dependencies {
|
||
|
provided "org.elasticsearch:elasticsearch:${version}"
|
||
|
}
|
||
|
|
||
|
archivesBaseName = 'x-pack-client-api-objects'
|
||
|
|
||
|
// TODO: enable this once we have tests
|
||
|
test.enabled=false
|