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
25 lines (24 loc) · 766 Bytes
/
settings.gradle.kts
File metadata and controls
25 lines (24 loc) · 766 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
rootProject.name = "sentry-root"
rootProject.buildFileName = "build.gradle.kts"
include(
"sentry-android",
"sentry-android-ndk",
"sentry-android-core",
"sentry",
"sentry-test-support",
"sentry-log4j2",
"sentry-logback",
"sentry-jul",
"sentry-servlet",
"sentry-apache-http-client-5",
"sentry-spring",
"sentry-spring-boot-starter",
"sentry-android-timber",
"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")