OpenSearch/distribution/zip/build.gradle
2015-10-29 11:40:19 -07:00

12 lines
154 B
Groovy

task buildZip(type: Zip, dependsOn: deps) {
baseName = 'elasticsearch'
with archivesFiles
}
artifacts {
'default' buildZip
archives buildZip
}