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"
1212include " :distribution:bwc:bugfix"
1313include " :distribution:bwc:bugfix2"
1414include " :distribution:bwc:bugfix3"
15+ include " :distribution:bwc:bugfix4"
1516include " :distribution:bwc:minor"
1617include " :distribution:bwc:major"
1718include " :distribution:bwc:staged"
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments