mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
12 lines
303 B
Groovy
12 lines
303 B
Groovy
|
|
||
|
/*
|
||
|
* Messy tests that depend on mustache directly. Fix these!
|
||
|
*/
|
||
|
|
||
|
apply plugin: 'elasticsearch.messy-test'
|
||
|
|
||
|
dependencies {
|
||
|
testCompile project(path: ':x-plugins:elasticsearch:x-pack', configuration: 'testArtifacts')
|
||
|
testCompile project(path: ':modules:lang-mustache', configuration: 'runtime')
|
||
|
}
|