2018-01-20 00:30:17 -05:00
|
|
|
apply plugin: 'elasticsearch.esplugin'
|
2020-08-05 04:54:34 -04:00
|
|
|
apply plugin: 'elasticsearch.internal-cluster-test'
|
|
|
|
|
2018-01-20 00:30:17 -05:00
|
|
|
esplugin {
|
2019-11-14 06:01:23 -05:00
|
|
|
name 'x-pack-deprecation'
|
|
|
|
description 'Elasticsearch Expanded Pack Plugin - Deprecation'
|
|
|
|
classname 'org.elasticsearch.xpack.deprecation.Deprecation'
|
|
|
|
extendedPlugins = ['x-pack-core']
|
2018-01-20 00:30:17 -05:00
|
|
|
}
|
|
|
|
archivesBaseName = 'x-pack-deprecation'
|
|
|
|
|
|
|
|
dependencies {
|
2019-11-14 06:01:23 -05:00
|
|
|
compileOnly project(":x-pack:plugin:core")
|
2018-01-20 00:30:17 -05:00
|
|
|
}
|
|
|
|
|
2018-01-25 04:38:34 -05:00
|
|
|
integTest.enabled = false
|