forked from thousandeyes/thousandeyes-sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
31 lines (30 loc) · 861 Bytes
/
settings.gradle
File metadata and controls
31 lines (30 loc) · 861 Bytes
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
rootProject.name = 'thousandeyes-sdk-java'
include 'configuration'
project(':configuration').projectDir = file("core/configuration")
include 'client'
project(':client').projectDir = file("core/client")
include 'client-native'
project(':client-native').projectDir = file("core/client-native")
include 'authentication'
project(':authentication').projectDir = file("core/authentication")
include 'administrative'
include 'agents'
include 'alerts'
include 'bgp-monitors'
include 'credentials'
include 'dashboards'
include 'emulation'
include 'event-detection'
include 'endpoint-agents'
include 'endpoint-instant-tests'
include 'endpoint-labels'
include 'endpoint-test-results'
include 'endpoint-tests'
include 'instant-tests'
include 'internet-insights'
include 'snapshots'
include 'streaming'
include 'tags'
include 'test-results'
include 'tests'
include 'usage'