16 lines
277 B
Groovy
16 lines
277 B
Groovy
|
apply plugin: 'elasticsearch.build'
|
||
|
|
||
|
dependencies {
|
||
|
provided "org.elasticsearch:elasticsearch:${version}"
|
||
|
}
|
||
|
|
||
|
archivesBaseName = 'x-pack-common'
|
||
|
|
||
|
// TODO: enable this once we have tests
|
||
|
test.enabled=false
|
||
|
licenseHeaders.enabled = false
|
||
|
|
||
|
parent.bundlePlugin {
|
||
|
from jar
|
||
|
}
|