mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-13 08:25:26 +00:00
Squashed commit of the following: commit 54de841112778b01e817e465d2f59840970bb4f3 Author: Robert Muir <rmuir@apache.org> Date: Thu Dec 10 08:47:12 2015 -0500 see exactly how far MessyTestPlugin can go (unit tests depend on both groovy and mustache!) commit 743b5a4e0cc9a05e307339dfcb4569feed31f337 Author: Robert Muir <rmuir@apache.org> Date: Thu Dec 10 08:35:03 2015 -0500 fix x-pack compile/tests to work with https://github.com/elastic/elasticsearch/pull/15328 Original commit: elastic/x-pack-elasticsearch@4307bb163b
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')
|
|
}
|