-
Notifications
You must be signed in to change notification settings - Fork 13
/
.fossa.yml
executable file
·45 lines (44 loc) · 1.13 KB
/
.fossa.yml
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
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
# Visit https://fossa.com to learn more
version: 2
cli:
server: https://app.fossa.com
fetcher: custom
analyze:
modules:
- name: domain-services:account-cmd
type: gradle
target: 'domain-services:account-cmd:'
path: .
- name: domain-services:account-query
type: gradle
target: 'domain-services:account-query:'
path: .
- name: domain-services:account-transactions
type: gradle
target: 'domain-services:account-transactions:'
path: .
- name: domain-services:people-authentication
type: gradle
target: 'domain-services:people-authentication:'
path: .
- name: domain-services:people-cmd
type: gradle
target: 'domain-services:people-cmd:'
path: .
- name: domain-services:people-details
type: gradle
target: 'domain-services:people-details:'
path: .
- name: libs:api
type: gradle
target: 'libs:api:'
path: .
- name: libs:test-api
type: gradle
target: 'libs:test-api:'
path: .
- name: tests:integration-tests
type: gradle
target: 'tests:integration-tests:'
path: .