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 7e7c5db commit e282688Copy full SHA for e282688
build.gradle
@@ -189,8 +189,8 @@ tasks.register("verifyVersions") {
189
* after the backport of the backcompat code is complete.
190
*/
191
192
-boolean bwc_tests_enabled = false
193
-String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/69239" /* place a PR link here when committing bwc changes */
+boolean bwc_tests_enabled = true
+String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
194
/*
195
* FIPS 140-2 behavior was fixed in 7.11.0. Before that there is no way to run elasticsearch in a
196
* JVM that is properly configured to be in fips mode with BCFIPS. For now we need to disable
0 commit comments