-
Notifications
You must be signed in to change notification settings - Fork 28
/
.fossa.yml
33 lines (32 loc) · 1000 Bytes
/
.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
version: 3
experimental:
gradle:
# other configurations will be excluded, we don't wish to analyze compile only and test dependencies
#
# full list of gradle configurations created with the following command:
# ./gradlew --console plain splunk-otel-android:dependencies | fgrep ' - ' | sed -e 's/ - .*//' | sed -e 's/^/- /'
configurations-only:
- androidApis
- androidJdkImage
- compileOnly
- compileOnlyApi
- coreLibraryDesugaring
- debugApi
- debugApiElements
- debugImplementation
- debugRuntimeClasspath
- debugRuntimeElements
- debugRuntimeOnly
- debugWearApp
- implementation
- releaseApi
- releaseApiElements
- releaseImplementation
- releaseRuntimeClasspath
- releaseRuntimeElements
- releaseRuntimeOnly
- releaseVariantReleaseApiPublication
- releaseVariantReleaseRuntimePublication
- releaseWearApp
- runtimeOnly
- wearApp