Skip to content

Commit

Permalink
Set impliesSubProjects flag for root RunTask task (#57615)
Browse files Browse the repository at this point in the history
Fixes #57521
  • Loading branch information
breskeby authored Jun 4, 2020
1 parent d81ea8e commit fda9c3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/run.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ tasks.register("run", RunTask) {
useCluster testClusters.runTask;
description = 'Runs elasticsearch in the foreground'
group = 'Verification'

impliesSubProjects = true
}

0 comments on commit fda9c3f

Please sign in to comment.