OpenSearch/settings.gradle
Colin Goodheart-Smithe b295d764a6 Creates a cpp gradle module to control the cpp build (elastic/elasticsearch#361)
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
2016-11-23 11:22:04 +00:00

6 lines
103 B
Groovy

rootProject.name = 'prelert'
include ':cpp'
include ':elasticsearch'
include ':docs'
include ':kibana'