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 98dc0eb commit 3aa9716Copy full SHA for 3aa9716
build.gradle
@@ -131,9 +131,9 @@ tasks.register("verifyVersions") {
131
* after the backport of the backcompat code is complete.
132
*/
133
134
-boolean bwc_tests_enabled = false
+boolean bwc_tests_enabled = true
135
// place a PR link here when committing bwc changes:
136
-String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/82689"
+String bwc_tests_disabled_issue = ""
137
/*
138
* FIPS 140-2 behavior was fixed in 7.11.0. Before that there is no way to run elasticsearch in a
139
* JVM that is properly configured to be in fips mode with BCFIPS. For now we need to disable
0 commit comments