You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -159,8 +159,10 @@ task verifyVersions {
159
159
* the enabled state of every bwc task. It should be set back to true
160
160
* after the backport of the backcompat code is complete.
161
161
*/
162
-
finalboolean bwc_tests_enabled =false
162
+
163
+
boolean bwc_tests_enabled =false
163
164
finalString bwc_tests_disabled_issue ="https://github.com/elastic/elasticsearch/pull/38687"/* place a PR link here when committing bwc changes */
165
+
164
166
if (bwc_tests_enabled ==false) {
165
167
if (bwc_tests_disabled_issue.isEmpty()) {
166
168
thrownewGradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
@@ -170,6 +172,17 @@ if (bwc_tests_enabled == false) {
0 commit comments