Skip to content

Commit bfe602c

Browse files
authored
[bwc] Add bugfix4 (#132099) (#132212)
(cherry picked from commit 438f627)
1 parent 1554b36 commit bfe602c

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

build-tools-internal/src/integTest/resources/org/elasticsearch/gradle/internal/fake_git/remote/settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ rootProject.name = "root"
1212
include ":distribution:bwc:bugfix"
1313
include ":distribution:bwc:bugfix2"
1414
include ":distribution:bwc:bugfix3"
15+
include ":distribution:bwc:bugfix4"
1516
include ":distribution:bwc:minor"
1617
include ":distribution:bwc:major"
1718
include ":distribution:bwc:staged"

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ allprojects {
328328
dependsOn ":distribution:bwc:bugfix:buildBwcLinuxTar"
329329
dependsOn ":distribution:bwc:bugfix2:buildBwcLinuxTar"
330330
dependsOn ":distribution:bwc:bugfix3:buildBwcLinuxTar"
331+
dependsOn ":distribution:bwc:bugfix4:buildBwcLinuxTar"
331332
dependsOn ":distribution:bwc:minor:buildBwcLinuxTar"
332333
dependsOn ":distribution:bwc:staged:buildBwcLinuxTar"
333334
dependsOn ":distribution:bwc:staged2:buildBwcLinuxTar"
@@ -366,7 +367,7 @@ allprojects {
366367
}
367368
}
368369
}
369-
370+
370371
proj.tasks.register("bcUpgradeTest$partString") {
371372
dependsOn tasks.matching { it.name == 'bcUpgradeTest' }
372373
withReleaseBuild {

distribution/bwc/bugfix4/build.gradle

Whitespace-only changes.

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ List projects = [
7979
'distribution:bwc:bugfix',
8080
'distribution:bwc:bugfix2',
8181
'distribution:bwc:bugfix3',
82+
'distribution:bwc:bugfix4',
8283
'distribution:bwc:maintenance',
8384
'distribution:bwc:minor',
8485
'distribution:bwc:staged',

0 commit comments

Comments
 (0)