/* * Messy tests that depend on groovy directly. Fix these! * https://github.com/elastic/x-plugins/issues/724 */ apply plugin: 'elasticsearch.messy-test' dependencies { testCompile project(path: ':x-plugins:elasticsearch:x-pack', configuration: 'testArtifacts') testCompile project(path: ':modules:lang-groovy', configuration: 'runtime') }