apply plugin: 'elasticsearch.build' dependencies { provided "org.elasticsearch:elasticsearch:${version}" } archivesBaseName = 'x-pack-core' compileJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes,-serial,-try,-unchecked" //compileTestJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes,-serial,-try,-unchecked" // TODO: enable this once we have tests test.enabled=false licenseHeaders { approvedLicenses << 'BCrypt (BSD-like)' additionalLicense 'BCRYP', 'BCrypt (BSD-like)', 'Copyright (c) 2006 Damien Miller ' } parent.bundlePlugin { from jar }