apply plugin: 'elasticsearch.esplugin' apply plugin: 'elasticsearch.internal-cluster-test' esplugin { name 'frozen-indices' description 'A plugin for the frozen indices functionality' classname 'org.elasticsearch.xpack.frozen.FrozenIndices' extendedPlugins = ['x-pack-core'] } archivesBaseName = 'x-pack-frozen-indices' dependencies { compileOnly project(path: xpackModule('core'), configuration: 'default') testImplementation project(path: xpackModule('core'), configuration: 'testArtifacts') }