7 lines
146 B
Groovy
7 lines
146 B
Groovy
|
apply plugin: 'elasticsearch.standalone-test'
|
||
|
|
||
|
dependencies {
|
||
|
testCompile project(path: ':x-pack:elasticsearch', configuration: 'runtime')
|
||
|
}
|
||
|
|