-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathsettings.gradle
37 lines (36 loc) · 930 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
rootProject.name = 'blackduck-alert'
include 'alert-common'
include 'alert-database'
include 'alert-database-job'
include 'alert-platform'
include 'api-authentication'
include 'api-channel'
include 'api-channel-issue-tracker'
include 'api-channel-jira'
include 'api-certificates'
include 'api-common-model'
include 'api-descriptor'
include 'api-distribution'
include 'api-environment'
include 'api-event'
include 'api-oauth'
include 'api-processor'
include 'api-provider'
include 'api-task'
include 'authentication-ldap'
include 'authentication-saml'
include 'azure-boards-common'
include 'channel-azure-boards'
include 'channel-email'
include 'channel-jira-cloud'
include 'channel-jira-server'
include 'channel-msteams'
include 'channel-slack'
include 'component'
include 'provider-blackduck'
include 'service-email'
include 'test-common'
include 'test-common-blackduck'
include 'test-common-channel'
include 'ui'
include 'web'