-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsettings.gradle
51 lines (43 loc) · 1021 Bytes
/
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
47
48
49
50
51
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = 'theodolite-benchmarks'
include 'commons'
include 'load-generator-commons'
include 'kstreams-commons'
include 'flink-commons'
include 'hazelcastjet-commons'
include 'beam-commons'
include 'uc1-load-generator'
include 'uc1-commons'
include 'uc1-kstreams'
include 'uc1-flink'
include 'uc1-hazelcastjet'
include 'uc1-beam'
include 'uc1-beam-flink'
include 'uc1-beam-samza'
include 'uc2-load-generator'
include 'uc2-kstreams'
include 'uc2-flink'
include 'uc2-hazelcastjet'
include 'uc2-beam'
include 'uc2-beam-flink'
include 'uc2-beam-samza'
include 'uc3-load-generator'
include 'uc3-kstreams'
include 'uc3-flink'
include 'uc3-hazelcastjet'
include 'uc3-beam'
include 'uc3-beam-flink'
include 'uc3-beam-samza'
include 'uc4-load-generator'
include 'uc4-kstreams'
include 'uc4-flink'
include 'uc4-hazelcastjet'
include 'uc4-beam'
include 'uc4-beam-flink'
include 'uc4-beam-samza'
include 'http-bridge'