forked from getsentry/sentry-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle.kts
More file actions
27 lines (26 loc) · 827 Bytes
/
settings.gradle.kts
File metadata and controls
27 lines (26 loc) · 827 Bytes
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
rootProject.name = "sentry-root"
rootProject.buildFileName = "build.gradle.kts"
include(
"sentry",
"sentry-kotlin-extensions",
"sentry-android-core",
"sentry-android-ndk",
"sentry-android",
"sentry-android-timber",
"sentry-android-okhttp",
"sentry-test-support",
"sentry-log4j2",
"sentry-logback",
"sentry-jul",
"sentry-servlet",
"sentry-apache-http-client-5",
"sentry-spring",
"sentry-spring-boot-starter",
"sentry-samples:sentry-samples-android",
"sentry-samples:sentry-samples-console",
"sentry-samples:sentry-samples-jul",
"sentry-samples:sentry-samples-log4j2",
"sentry-samples:sentry-samples-logback",
"sentry-samples:sentry-samples-servlet",
"sentry-samples:sentry-samples-spring",
"sentry-samples:sentry-samples-spring-boot")