evaluationDependsOn(xpackModule('core')) apply plugin: 'elasticsearch.esplugin' esplugin { name 'x-pack-logstash' description 'Elasticsearch Expanded Pack Plugin - Logstash' classname 'org.elasticsearch.xpack.logstash.Logstash' extendedPlugins = ['x-pack-core'] } archivesBaseName = 'x-pack-logstash' dependencies { compileOnly project(path: xpackModule('core'), configuration: 'default') testCompile project(path: xpackModule('core'), configuration: 'testArtifacts') } integTest.enabled = false