This repository has been archived by the owner on Mar 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 109
/
settings.gradle
46 lines (45 loc) · 2.21 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*
* This file was generated by the Gradle 'init' task.
*/
rootProject.name = 'heroic-parent'
include(':heroic-component')
include(':heroic-elasticsearch-utils')
include(':heroic-core')
include(':heroic-test')
include(':heroic-metric-datastax')
include(':heroic-metric-bigtable')
include(':heroic-metric-memory')
include(':heroic-metadata-elasticsearch')
include(':heroic-metadata-memory')
include(':heroic-suggest-elasticsearch')
include(':heroic-suggest-memory')
include(':heroic-discovery-simple')
include(':heroic-aggregation-simple')
include(':heroic-aggregation-cardinality')
include(':heroic-consumer-kafka')
include(':heroic-consumer-collectd')
include(':heroic-consumer-pubsub')
include(':heroic-rpc-grpc')
include(':heroic-rpc-jvm')
include(':heroic-dist')
include(':heroic-statistics-semantic')
include(':heroic-usage-tracking-google-analytics')
include(':heroic-usage-tracking-disabled')
project(':heroic-metric-datastax').projectDir = file('metric/datastax')
project(':heroic-metric-bigtable').projectDir = file('metric/bigtable')
project(':heroic-metric-memory').projectDir = file('metric/memory')
project(':heroic-metadata-elasticsearch').projectDir = file('metadata/elasticsearch')
project(':heroic-metadata-memory').projectDir = file('metadata/memory')
project(':heroic-suggest-elasticsearch').projectDir = file('suggest/elasticsearch')
project(':heroic-suggest-memory').projectDir = file('suggest/memory')
project(':heroic-discovery-simple').projectDir = file('discovery/simple')
project(':heroic-aggregation-simple').projectDir = file('aggregation/simple')
project(':heroic-aggregation-cardinality').projectDir = file('aggregation/cardinality')
project(':heroic-consumer-kafka').projectDir = file('consumer/kafka')
project(':heroic-consumer-collectd').projectDir = file('consumer/collectd')
project(':heroic-consumer-pubsub').projectDir = file('consumer/pubsub')
project(':heroic-rpc-grpc').projectDir = file('rpc/grpc')
project(':heroic-rpc-jvm').projectDir = file('rpc/jvm')
project(':heroic-statistics-semantic').projectDir = file('statistics/semantic')
project(':heroic-usage-tracking-google-analytics').projectDir = file('usage-tracking/google')
project(':heroic-usage-tracking-disabled').projectDir = file('usage-tracking/disabled')