Set impliesSubProjects flag for root RunTask task (#57615)

Fixes #57521
This commit is contained in:
Rene Groeschke 2020-06-04 14:55:48 +02:00
parent ea9b8b9d41
commit 20aa4eec55

View File

@ -44,4 +44,6 @@ tasks.register("run", RunTask) {
useCluster testClusters.runTask;
description = 'Runs elasticsearch in the foreground'
group = 'Verification'
impliesSubProjects = true
}