File tree 2 files changed +2
-2
lines changed
buildSrc/src/main/groovy/org/elasticsearch/gradle/test
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ class ClusterConfiguration {
69
69
*/
70
70
@Input
71
71
Closure<Integer > minimumMasterNodes = {
72
- if (bwcVersion != null && bwcVersion. before(" 6.5.0-SNAPSHOT " )) {
72
+ if (bwcVersion != null && bwcVersion. before(" 6.5.0" )) {
73
73
return numNodes > 1 ? numNodes : -1
74
74
} else {
75
75
return numNodes > 1 ? numNodes. intdiv(2 ) + 1 : -1
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ class ClusterFormationTasks {
127
127
nodes. add(node)
128
128
Closure<Map > writeConfigSetup
129
129
Object dependsOn
130
- if (node. nodeVersion. onOrAfter(" 6.5.0-SNAPSHOT " )) {
130
+ if (node. nodeVersion. onOrAfter(" 6.5.0" )) {
131
131
writeConfigSetup = { Map esConfig ->
132
132
// Don't force discovery provider if one is set by the test cluster specs already
133
133
if (esConfig. containsKey(' discovery.zen.hosts_provider' ) == false ) {
You can’t perform that action at this time.
0 commit comments