apply plugin: 'elasticsearch.internal-es-plugin'
esplugin {
  name = 'x-pack-rollup'
  description = 'Elasticsearch Expanded Pack Plugin - Rollup'
  classname ='org.elasticsearch.xpack.rollup.Rollup'
  extendedPlugins = ['x-pack-core']
}

base {
  archivesName = 'x-pack-rollup'
}

dependencies {
  compileOnly project(path: xpackModule('core'))
  testImplementation(testArtifact(project(xpackModule('core'))))
}

addQaCheckDependencies(project)
