mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-14 08:55:19 +00:00
We kept `netty_3` as a fallback in the 5.x series but now that master is 6.0 we don't need this or in other words all issues coming up with netty 4 will be blockers for 6.0.
10 lines
114 B
Groovy
10 lines
114 B
Groovy
|
|
apply plugin: 'elasticsearch.rest-test'
|
|
|
|
integTest {
|
|
includePackaged = true
|
|
cluster {
|
|
numNodes = 2
|
|
}
|
|
}
|