mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 23:15:04 +00:00
6 lines
185 B
Groovy
6 lines
185 B
Groovy
apply plugin: 'elasticsearch.standalone-test'
|
|
|
|
dependencies {
|
|
testCompile project(":x-pack:plugin:core")
|
|
testCompile project(path: xpackModule('ml'), configuration: 'runtime')
|
|
} |