apply plugin: 'elasticsearch.build' dependencies { compile project(':x-plugins:elasticsearch:license:base') compile "org.elasticsearch:elasticsearch:${version}" testCompile project(':x-plugins:elasticsearch:license:licensor') testCompile "org.elasticsearch.test:framework:${version}" } dependencyLicenses.enabled = false jar { baseName = 'license-plugin-api' }