mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
9 lines
89 B
Groovy
9 lines
89 B
Groovy
|
|
||
|
apply plugin: 'elasticsearch.rest-test'
|
||
|
|
||
|
integTest {
|
||
|
cluster {
|
||
|
numNodes = 2
|
||
|
}
|
||
|
}
|