mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-29 19:38:29 +00:00
Set impliesSubProjects flag for root RunTask task (#57615)
Fixes #57521
This commit is contained in:
parent
ea9b8b9d41
commit
20aa4eec55
@ -44,4 +44,6 @@ tasks.register("run", RunTask) {
|
|||||||
useCluster testClusters.runTask;
|
useCluster testClusters.runTask;
|
||||||
description = 'Runs elasticsearch in the foreground'
|
description = 'Runs elasticsearch in the foreground'
|
||||||
group = 'Verification'
|
group = 'Verification'
|
||||||
|
|
||||||
|
impliesSubProjects = true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user