mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-14 08:55:19 +00:00
Also uploads the pack zip to the nas instead of the elasticsearch plugin. The cpp build can be disabled with `-Pxpack.cpp.build=false` Original commit: elastic/x-pack-elasticsearch@1efb1b2e7e
6 lines
103 B
Groovy
6 lines
103 B
Groovy
rootProject.name = 'prelert'
|
|
include ':cpp'
|
|
include ':elasticsearch'
|
|
include ':docs'
|
|
include ':kibana'
|