Skip to content

Commit 51db6ab

Browse files
committed
Revert "Ensure output for createClone task"
This reverts commit 2620200.
1 parent cd8e059 commit 51db6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/bwc-zip/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import org.elasticsearch.gradle.LoggedExec
3030
apply plugin: 'distribution'
3131

3232
File checkoutDir = file("${buildDir}/bwc/checkout-5.x")
33-
task createClone(type: Exec) {
33+
task createClone(type: LoggedExec) {
3434
onlyIf { checkoutDir.exists() == false }
3535
commandLine = ['git', 'clone', rootDir, checkoutDir]
3636
}

0 commit comments

Comments
 (0)