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