We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83dad2 commit 966326cCopy full SHA for 966326c
qa/lucene-index-compatibility/build.gradle
@@ -14,6 +14,7 @@ buildParams.bwcVersions.withLatestReadOnlyIndexCompatible { bwcVersion ->
14
tasks.named("javaRestTest").configure {
15
systemProperty("tests.minimum.index.compatible", bwcVersion)
16
usesBwcDistribution(bwcVersion)
17
+ enabled = true
18
}
19
20
0 commit comments