remove debug code in build
Original commit: elastic/x-pack-elasticsearch@590a605c8a
This commit is contained in:
parent
8dc12d0f88
commit
a82dc82439
|
@ -55,9 +55,7 @@ bundlePlugin {
|
|||
from { zipTree(project(':cpp').buildZip.outputs.files.singleFile) }
|
||||
dependsOn ':cpp:buildZip'
|
||||
} else {
|
||||
print "READ ME ::::::::: " + downloadCppDist.outputs + "\n"
|
||||
for (file in downloadCppDist.outputs.files) {
|
||||
print "READ ME ::::::::: " + file + "\n"
|
||||
from{ zipTree(file) }
|
||||
}
|
||||
dependsOn 'downloadCppDist'
|
||||
|
|
Loading…
Reference in New Issue