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) }
|
from { zipTree(project(':cpp').buildZip.outputs.files.singleFile) }
|
||||||
dependsOn ':cpp:buildZip'
|
dependsOn ':cpp:buildZip'
|
||||||
} else {
|
} else {
|
||||||
print "READ ME ::::::::: " + downloadCppDist.outputs + "\n"
|
|
||||||
for (file in downloadCppDist.outputs.files) {
|
for (file in downloadCppDist.outputs.files) {
|
||||||
print "READ ME ::::::::: " + file + "\n"
|
|
||||||
from{ zipTree(file) }
|
from{ zipTree(file) }
|
||||||
}
|
}
|
||||||
dependsOn 'downloadCppDist'
|
dependsOn 'downloadCppDist'
|
||||||
|
|
Loading…
Reference in New Issue