Skip to content

Commit 58fc07c

Browse files
committed
Small gradle simplification
1 parent ac7d80d commit 58fc07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ dependencies {
148148
testing {
149149
suites.withType(JvmTestSuite::class).configureEach {
150150
dependencies {
151-
implementation(project(project.path))
151+
implementation(project())
152152

153153
implementation(enforcedPlatform("org.junit:junit-bom:5.14.0"))
154154
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.21.3"))

0 commit comments

Comments
 (0)