-
Notifications
You must be signed in to change notification settings - Fork 2
/
.fossa.yml
executable file
·94 lines (93 loc) · 2.09 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# 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
project: [email protected]:floodplainio/floodplain-library.git
analyze:
modules:
- name: floodplain-api
type: gradle
target: 'floodplain-api:'
path: .
- name: floodplain-debezium
type: gradle
target: 'floodplain-debezium:'
path: .
- name: floodplain-direct
type: gradle
target: 'floodplain-direct:'
path: .
- name: floodplain-dsl
type: gradle
target: 'floodplain-dsl:'
path: .
- name: floodplain-elasticsearch
type: gradle
target: 'floodplain-elasticsearch:'
path: .
- name: floodplain-example
type: gradle
target: 'floodplain-example:'
path: .
- name: floodplain-googlesheets
type: gradle
target: 'floodplain-googlesheets:'
path: .
- name: floodplain-integration
type: gradle
target: 'floodplain-integration:'
path: .
- name: floodplain-mongodb
type: gradle
target: 'floodplain-mongodb:'
path: .
- name: floodplain-runtime
type: gradle
target: 'floodplain-runtime:'
path: .
- name: floodplain-stream-topology
type: gradle
target: 'floodplain-stream-topology:'
path: .
- name: floodplain-test
type: gradle
target: 'floodplain-test:'
path: .
- name: immutable-api
type: gradle
target: 'immutable-api:'
path: .
- name: immutable-impl
type: gradle
target: 'immutable-impl:'
path: .
- name: kafka-converter
type: gradle
target: 'kafka-converter:'
path: .
- name: replication-api
type: gradle
target: 'replication-api:'
path: .
- name: replication-impl
type: gradle
target: 'replication-impl:'
path: .
- name: replication-json
type: gradle
target: 'replication-json:'
path: .
- name: replication-protobuf
type: gradle
target: 'replication-protobuf:'
path: .
- name: streams
type: gradle
target: 'streams:'
path: .
- name: streams-api
type: gradle
target: 'streams-api:'
path: .