This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
OpenSearch
mirror of
https://github.com/honeymoose/OpenSearch.git
Watch
1
Star
0
Fork
You've already forked OpenSearch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
63e40d9c72
OpenSearch
/
settings.gradle
4 lines
70 B
Groovy
Raw
Normal View
History
Unescape
Escape
Moves Java code to fit x-pack style structure This change moves the Java code from `/java/apps/engine-node` to `/elasticsearch` so it matches the structure required by X-Pack. This will make it easier to get the gradle build working correct and building the full Pack zip. Original commit: elastic/x-pack-elasticsearch@2fd6539e851f19bf6ddc2928597ccb9d113e5dd5
2016-11-18 10:21:39 -05:00
rootProject
.
name
=
'prelert'
include
':elasticsearch'
Add infrastructure to the build for documentation (elastic/elasticsearch#320) Original commit: elastic/x-pack-elasticsearch@7efa8c3f98b3acbcf24755c4867a1651b454fadf
2016-11-17 09:07:20 -05:00
include
':docs'