mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-03 09:29:11 +00:00
NB: The actual C++ code will be deleted in a separate commit to avoid swamping this commit. If you want to have the Java build pick up locally built C++ then: export CPP_LOCAL_DISTS=$CPP_SRC_HOME/build/distributions Otherwise, C++ artifacts will be downloaded from S3. Original commit: elastic/x-pack-elasticsearch@246672e81d
5 lines
83 B
Groovy
5 lines
83 B
Groovy
rootProject.name = 'ml'
|
|
include ':elasticsearch'
|
|
include ':docs'
|
|
include ':kibana'
|