We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c132fe commit 797c6b5Copy full SHA for 797c6b5
build.gradle
@@ -138,9 +138,9 @@ tasks.register("verifyVersions") {
138
* after the backport of the backcompat code is complete.
139
*/
140
141
-boolean bwc_tests_enabled = false
+boolean bwc_tests_enabled = true
142
// place a PR link here when committing bwc changes:
143
-String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/76476"
+String bwc_tests_disabled_issue = ""
144
/*
145
* FIPS 140-2 behavior was fixed in 7.11.0. Before that there is no way to run elasticsearch in a
146
* JVM that is properly configured to be in fips mode with BCFIPS. For now we need to disable
0 commit comments