mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
c86100f636
See #13930
11 lines
165 B
Groovy
11 lines
165 B
Groovy
|
|
task buildTar(type: Tar, dependsOn: deps) {
|
|
baseName = 'elasticsearch'
|
|
with archivesFiles
|
|
compression = Compression.GZIP
|
|
}
|
|
|
|
artifacts {
|
|
archives buildTar
|
|
}
|