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
d5bb1f603b
OpenSearch
/
settings.gradle
5 lines
88 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'
Adds kibana plugin to gradle build (elastic/elasticsearch#354) This change moves the kibana app to a `kibana` directory at the root of the repository and adds gradle tasks to build the kibana app as part of `gradle check`. The kibana build can be muted by running `gradle check -Pxpack.kibana.build=false` Original commit: elastic/x-pack-elasticsearch@f6ebb2d62b61d7d3b88a88d8916f02e5143a0aa4
2016-11-21 12:56:55 -05:00
include
':kibana'