Revert "Ensure output for createClone task"
This reverts commit 2620200ff7
.
This commit is contained in:
parent
cd8e059885
commit
51db6ab7dc
|
@ -30,7 +30,7 @@ import org.elasticsearch.gradle.LoggedExec
|
|||
apply plugin: 'distribution'
|
||||
|
||||
File checkoutDir = file("${buildDir}/bwc/checkout-5.x")
|
||||
task createClone(type: Exec) {
|
||||
task createClone(type: LoggedExec) {
|
||||
onlyIf { checkoutDir.exists() == false }
|
||||
commandLine = ['git', 'clone', rootDir, checkoutDir]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue