Skip to content

Commit 3a9222d

Browse files
committed
Remove mustRunAfter since dependsOn is sufficient for build LS bridge task.
1 parent e1e1d94 commit 3a9222d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ task buildElasticsearchLogstashBridge(type: Exec) {
261261
description "builds logstash-bridge lib module"
262262

263263
dependsOn buildElasticsearchLocalDistro
264-
mustRunAfter buildElasticsearchLocalDistro
265264

266265
def logFile = project.file("${buildDir}/logstash-bridge-build.log")
267266
doFirst {

0 commit comments

Comments
 (0)