We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadfff6 commit ea1aed6Copy full SHA for ea1aed6
.fossa.yml
@@ -4,6 +4,9 @@ targets:
4
only:
5
# only scanning the modules which are published
6
# (as opposed to internal testing modules
7
+ - type: gradle
8
+ path: ./
9
+ target: ':declarative-config-bridge'
10
- type: gradle
11
path: ./
12
target: ':instrumentation-annotations'
@@ -40,9 +43,6 @@ targets:
40
43
41
44
42
45
target: ':sdk-autoconfigure-support'
- - type: gradle
- path: ./
- target: ':declarative-config-bridge'
46
47
48
target: ':testing-common'
0 commit comments