File tree 28 files changed +53
-51
lines changed
sentry-apache-http-client-5
sentry-samples-spring-boot
sentry-samples-spring-boot-webflux
sentry-spring-boot-starter
28 files changed +53
-51
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ tasks.withType<JavaCompile>().configureEach {
74
74
}
75
75
76
76
dependencies {
77
- api(project( " : sentry" ) )
77
+ api(projects. sentry)
78
78
79
79
// lifecycle processor, session tracking
80
80
implementation(Config .Libs .lifecycleProcess)
@@ -99,5 +99,5 @@ dependencies {
99
99
testImplementation(Config .TestLibs .mockitoKotlin)
100
100
testImplementation(Config .TestLibs .mockitoInline)
101
101
testImplementation(Config .TestLibs .awaitility)
102
- testImplementation(project( " :sentry-test-support " ) )
102
+ testImplementation(projects.sentryTestSupport )
103
103
}
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ kotlin {
62
62
}
63
63
64
64
dependencies {
65
- api(project( " : sentry" ) )
65
+ api(projects. sentry)
66
66
67
67
implementation(Config .Libs .fragment)
68
68
Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ tasks.withType<Test> {
97
97
}
98
98
99
99
dependencies {
100
- api(project( " : sentry" ) )
101
- api(project( " :sentry-android-core " ) )
100
+ api(projects. sentry)
101
+ api(projects.sentryAndroidCore )
102
102
103
103
compileOnly(Config .CompileOnly .jetbrainsAnnotations)
104
104
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ kotlin {
63
63
}
64
64
65
65
dependencies {
66
- api(project( " : sentry" ) )
66
+ api(projects. sentry)
67
67
68
68
implementation(Config .Libs .okhttpBom)
69
69
implementation(Config .Libs .okhttp)
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ tasks.withType<KotlinCompile>().configureEach {
72
72
}
73
73
74
74
dependencies {
75
- api(project( " : sentry" ) )
75
+ api(projects. sentry)
76
76
77
77
api(Config .Libs .timber)
78
78
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ android {
22
22
}
23
23
24
24
dependencies {
25
- api(project( " :sentry-android-core " ) )
26
- api(project( " :sentry-android-ndk " ) )
25
+ api(projects.sentryAndroidCore )
26
+ api(projects.sentryAndroidNdk )
27
27
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ tasks.withType<KotlinCompile>().configureEach {
20
20
}
21
21
22
22
dependencies {
23
- api(project( " : sentry" ) )
23
+ api(projects. sentry)
24
24
api(Config .Libs .apacheHttpClient)
25
25
26
26
compileOnly(Config .CompileOnly .nopen)
@@ -32,7 +32,7 @@ dependencies {
32
32
33
33
// tests
34
34
testImplementation(Config .Libs .apacheHttpClient)
35
- testImplementation(project( " :sentry-test-support " ) )
35
+ testImplementation(projects.sentryTestSupport )
36
36
testImplementation(kotlin(Config .kotlinStdLib))
37
37
testImplementation(Config .TestLibs .kotlinTestJunit)
38
38
testImplementation(Config .TestLibs .mockitoKotlin)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ tasks.withType<KotlinCompile>().configureEach {
20
20
}
21
21
22
22
dependencies {
23
- api(project( " : sentry" ) )
23
+ api(projects. sentry)
24
24
implementation(Config .Libs .slf4jApi)
25
25
26
26
compileOnly(Config .CompileOnly .nopen)
@@ -31,7 +31,7 @@ dependencies {
31
31
compileOnly(Config .CompileOnly .jetbrainsAnnotations)
32
32
33
33
// tests
34
- testImplementation(project( " :sentry-test-support " ) )
34
+ testImplementation(projects.sentryTestSupport )
35
35
testImplementation(kotlin(Config .kotlinStdLib))
36
36
testImplementation(Config .TestLibs .kotlinTestJunit)
37
37
testImplementation(Config .TestLibs .mockitoKotlin)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ tasks.withType<KotlinCompile>().configureEach {
22
22
}
23
23
24
24
dependencies {
25
- api(project( " : sentry" ) )
25
+ api(projects. sentry)
26
26
implementation(Config .Libs .coroutinesCore)
27
27
28
28
compileOnly(Config .CompileOnly .nopen)
@@ -32,7 +32,7 @@ dependencies {
32
32
compileOnly(Config .CompileOnly .jetbrainsAnnotations)
33
33
34
34
// tests
35
- testImplementation(project( " :sentry-test-support " ) )
35
+ testImplementation(projects.sentryTestSupport )
36
36
testImplementation(kotlin(Config .kotlinStdLib))
37
37
testImplementation(Config .TestLibs .kotlinTestJunit)
38
38
testImplementation(Config .TestLibs .mockitoKotlin)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ tasks.withType<KotlinCompile>().configureEach {
20
20
}
21
21
22
22
dependencies {
23
- api(project( " : sentry" ) )
23
+ api(projects. sentry)
24
24
implementation(Config .Libs .log4j2Api)
25
25
implementation(Config .Libs .log4j2Core)
26
26
@@ -32,7 +32,7 @@ dependencies {
32
32
compileOnly(Config .CompileOnly .jetbrainsAnnotations)
33
33
34
34
// tests
35
- testImplementation(project( " :sentry-test-support " ) )
35
+ testImplementation(projects.sentryTestSupport )
36
36
testImplementation(kotlin(Config .kotlinStdLib))
37
37
testImplementation(Config .TestLibs .kotlinTestJunit)
38
38
testImplementation(Config .TestLibs .mockitoKotlin)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ tasks.withType<KotlinCompile>().configureEach {
20
20
}
21
21
22
22
dependencies {
23
- api(project( " : sentry" ) )
23
+ api(projects. sentry)
24
24
implementation(Config .Libs .logbackClassic)
25
25
26
26
compileOnly(Config .CompileOnly .nopen)
@@ -31,7 +31,7 @@ dependencies {
31
31
compileOnly(Config .CompileOnly .jetbrainsAnnotations)
32
32
33
33
// tests
34
- testImplementation(project( " :sentry-test-support " ) )
34
+ testImplementation(projects.sentryTestSupport )
35
35
testImplementation(kotlin(Config .kotlinStdLib))
36
36
testImplementation(Config .TestLibs .kotlinTestJunit)
37
37
testImplementation(Config .TestLibs .mockitoKotlin)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ tasks.withType<KotlinCompile>().configureEach {
20
20
}
21
21
22
22
dependencies {
23
- api(project( " : sentry" ) )
23
+ api(projects. sentry)
24
24
implementation(Config .Libs .feignCore)
25
25
26
26
compileOnly(Config .CompileOnly .nopen)
@@ -31,7 +31,7 @@ dependencies {
31
31
compileOnly(Config .CompileOnly .jetbrainsAnnotations)
32
32
33
33
// tests
34
- testImplementation(project( " :sentry-test-support " ) )
34
+ testImplementation(projects.sentryTestSupport )
35
35
testImplementation(kotlin(Config .kotlinStdLib))
36
36
testImplementation(Config .TestLibs .kotlinTestJunit)
37
37
testImplementation(Config .TestLibs .mockitoKotlin)
Original file line number Diff line number Diff line change @@ -90,13 +90,13 @@ dependencies {
90
90
91
91
implementation(kotlin(Config .kotlinStdLib, org.jetbrains.kotlin.config.KotlinCompilerVersion .VERSION ))
92
92
93
- implementation(project( " :sentry-android " ) )
94
- implementation(project( " :sentry-android-okhttp " ) )
95
- implementation(project( " :sentry-android-fragment " ) )
93
+ implementation(projects.sentryAndroid )
94
+ implementation(projects.sentryAndroidOkhttp )
95
+ implementation(projects.sentryAndroidFragment )
96
96
implementation(Config .Libs .fragment)
97
97
98
98
// how to exclude androidx if release health feature is disabled
99
- // implementation(project(":sentry-android") ) {
99
+ // implementation(projects.sentryAndroid ) {
100
100
// exclude(group = "androidx.lifecycle", module = "lifecycle-process")
101
101
// exclude(group = "androidx.lifecycle", module = "lifecycle-common-java8")
102
102
// }
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ configure<JavaPluginConvention> {
14
14
}
15
15
16
16
dependencies {
17
- implementation(project( " : sentry" ) )
17
+ implementation(projects. sentry)
18
18
}
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ configure<JavaPluginConvention> {
17
17
}
18
18
19
19
dependencies {
20
- implementation(project( " :sentry-jul " ) )
20
+ implementation(projects.sentryJul )
21
21
implementation(Config .Libs .logbackClassic)
22
22
}
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ configure<JavaPluginConvention> {
14
14
}
15
15
16
16
dependencies {
17
- implementation(project( " :sentry-log4j2 " ) )
17
+ implementation(projects.sentryLog4j2 )
18
18
implementation(Config .Libs .log4j2Api)
19
19
}
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ configure<JavaPluginConvention> {
14
14
}
15
15
16
16
dependencies {
17
- implementation(project( " :sentry-logback " ) )
17
+ implementation(projects.sentryLogback )
18
18
implementation(Config .Libs .logbackClassic)
19
19
}
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ configure<JavaPluginConvention> {
14
14
}
15
15
16
16
dependencies {
17
- implementation(project( " : sentry" ) )
18
- implementation(project( " :sentry-openfeign " ) )
17
+ implementation(projects. sentry)
18
+ implementation(projects.sentryOpenfeign )
19
19
implementation(Config .Libs .feignCore)
20
20
implementation(Config .Libs .feignGson)
21
21
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
11
11
}
12
12
13
13
dependencies {
14
- implementation(project( " :sentry-servlet " ) )
14
+ implementation(projects.sentryServlet )
15
15
implementation(" javax.servlet:javax.servlet-api:4.0.1" )
16
16
}
17
17
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ dependencies {
20
20
implementation(Config .Libs .springBootStarterWebflux)
21
21
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
22
22
implementation(kotlin(Config .kotlinStdLib, KotlinCompilerVersion .VERSION ))
23
- implementation(project( " :sentry-spring-boot-starter " ) )
24
- implementation(project( " :sentry-logback " ) )
23
+ implementation(projects.sentrySpringBootStarter )
24
+ implementation(projects.sentryLogback )
25
25
testImplementation(Config .Libs .springBootStarterTest) {
26
26
exclude(group = " org.junit.vintage" , module = " junit-vintage-engine" )
27
27
}
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ dependencies {
25
25
implementation(Config .Libs .springBootStarter)
26
26
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
27
27
implementation(kotlin(Config .kotlinStdLib, KotlinCompilerVersion .VERSION ))
28
- implementation(project( " :sentry-spring-boot-starter " ) )
29
- implementation(project( " :sentry-logback " ) )
28
+ implementation(projects.sentrySpringBootStarter )
29
+ implementation(projects.sentryLogback )
30
30
testImplementation(Config .Libs .springBootStarterTest) {
31
31
exclude(group = " org.junit.vintage" , module = " junit-vintage-engine" )
32
32
}
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ dependencies {
34
34
implementation(Config .Libs .logbackClassic)
35
35
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
36
36
implementation(kotlin(Config .kotlinStdLib, KotlinCompilerVersion .VERSION ))
37
- implementation(project( " :sentry-spring " ) )
38
- implementation(project( " :sentry-logback " ) )
37
+ implementation(projects.sentrySpring )
38
+ implementation(projects.sentryLogback )
39
39
testImplementation(Config .Libs .springBootStarterTest) {
40
40
exclude(group = " org.junit.vintage" , module = " junit-vintage-engine" )
41
41
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ tasks.withType<KotlinCompile>().configureEach {
31
31
}
32
32
33
33
dependencies {
34
- api(project( " : sentry" ) )
34
+ api(projects. sentry)
35
35
implementation(Config .Libs .servletApi)
36
36
37
37
compileOnly(Config .CompileOnly .nopen)
@@ -42,7 +42,7 @@ dependencies {
42
42
compileOnly(Config .CompileOnly .jetbrainsAnnotations)
43
43
44
44
// tests
45
- testImplementation(project( " :sentry-test-support " ) )
45
+ testImplementation(projects.sentryTestSupport )
46
46
testImplementation(kotlin(Config .kotlinStdLib))
47
47
testImplementation(Config .TestLibs .kotlinTestJunit)
48
48
testImplementation(Config .TestLibs .mockitoKotlin)
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ tasks.withType<KotlinCompile>().configureEach {
33
33
}
34
34
35
35
dependencies {
36
- api(project( " : sentry" ) )
37
- api(project( " :sentry-spring " ) )
38
- compileOnly(project( " :sentry-logback " ) )
39
- compileOnly(project( " :sentry-apache-http-client-5 " ) )
36
+ api(projects. sentry)
37
+ api(projects.sentrySpring )
38
+ compileOnly(projects.sentryLogback )
39
+ compileOnly(projects.sentryApacheHttpClient5 )
40
40
implementation(Config .Libs .springBootStarter)
41
41
compileOnly(Config .Libs .springWeb)
42
42
compileOnly(Config .Libs .springWebflux)
@@ -56,9 +56,9 @@ dependencies {
56
56
compileOnly(Config .CompileOnly .jetbrainsAnnotations)
57
57
58
58
// tests
59
- testImplementation(project( " :sentry-logback " ) )
60
- testImplementation(project( " :sentry-apache-http-client-5 " ) )
61
- testImplementation(project( " :sentry-test-support " ) )
59
+ testImplementation(projects.sentryLogback )
60
+ testImplementation(projects.sentryApacheHttpClient5 )
61
+ testImplementation(projects.sentryTestSupport )
62
62
testImplementation(kotlin(Config .kotlinStdLib))
63
63
testImplementation(Config .TestLibs .kotlinTestJunit)
64
64
testImplementation(Config .TestLibs .mockitoKotlin)
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ tasks.withType<KotlinCompile>().configureEach {
32
32
}
33
33
34
34
dependencies {
35
- api(project( " : sentry" ) )
35
+ api(projects. sentry)
36
36
compileOnly(Config .Libs .springWeb)
37
37
compileOnly(Config .Libs .springAop)
38
38
compileOnly(Config .Libs .springSecurityWeb)
@@ -49,7 +49,7 @@ dependencies {
49
49
compileOnly(Config .CompileOnly .jetbrainsAnnotations)
50
50
51
51
// tests
52
- testImplementation(project( " :sentry-test-support " ) )
52
+ testImplementation(projects.sentryTestSupport )
53
53
testImplementation(kotlin(Config .kotlinStdLib))
54
54
testImplementation(Config .TestLibs .kotlinTestJunit)
55
55
testImplementation(Config .TestLibs .mockitoKotlin)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
16
16
}
17
17
18
18
dependencies {
19
- api(project( " : sentry" ) )
19
+ api(projects. sentry)
20
20
// Envelopes require JSON. Until a parse is done without GSON, we'll depend on it explicitly here
21
21
implementation(Config .Libs .gson)
22
22
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
37
37
testImplementation(Config .TestLibs .mockitoInline)
38
38
testImplementation(Config .TestLibs .awaitility)
39
39
testImplementation(Config .TestLibs .jsonUnit)
40
- testImplementation(project( " :sentry-test-support " ) )
40
+ testImplementation(projects.sentryTestSupport )
41
41
}
42
42
43
43
configure<SourceSetContainer > {
Original file line number Diff line number Diff line change
1
+ enableFeaturePreview(" TYPESAFE_PROJECT_ACCESSORS" )
2
+
1
3
rootProject.name = " sentry-root"
2
4
rootProject.buildFileName = " build.gradle.kts"
3
5
You can’t perform that action at this time.
0 commit comments