File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
build-tools-internal/src/integTest/resources/org/elasticsearch/gradle/internal/fake_git/remote Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ rootProject.name = "root"
12
12
include " :distribution:bwc:bugfix"
13
13
include " :distribution:bwc:bugfix2"
14
14
include " :distribution:bwc:bugfix3"
15
+ include " :distribution:bwc:bugfix4"
15
16
include " :distribution:bwc:minor"
16
17
include " :distribution:bwc:major"
17
18
include " :distribution:bwc:staged"
Original file line number Diff line number Diff line change @@ -328,6 +328,7 @@ allprojects {
328
328
dependsOn " :distribution:bwc:bugfix:buildBwcLinuxTar"
329
329
dependsOn " :distribution:bwc:bugfix2:buildBwcLinuxTar"
330
330
dependsOn " :distribution:bwc:bugfix3:buildBwcLinuxTar"
331
+ dependsOn " :distribution:bwc:bugfix4:buildBwcLinuxTar"
331
332
dependsOn " :distribution:bwc:minor:buildBwcLinuxTar"
332
333
dependsOn " :distribution:bwc:staged:buildBwcLinuxTar"
333
334
dependsOn " :distribution:bwc:staged2:buildBwcLinuxTar"
@@ -366,7 +367,7 @@ allprojects {
366
367
}
367
368
}
368
369
}
369
-
370
+
370
371
proj. tasks. register(" bcUpgradeTest$partString " ) {
371
372
dependsOn tasks. matching { it. name == ' bcUpgradeTest' }
372
373
withReleaseBuild {
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ List projects = [
79
79
' distribution:bwc:bugfix' ,
80
80
' distribution:bwc:bugfix2' ,
81
81
' distribution:bwc:bugfix3' ,
82
+ ' distribution:bwc:bugfix4' ,
82
83
' distribution:bwc:maintenance' ,
83
84
' distribution:bwc:minor' ,
84
85
' distribution:bwc:staged' ,
You can’t perform that action at this time.
0 commit comments