Skip to content

Commit 6478675

Browse files
committed
test
1 parent 2ddb6b9 commit 6478675

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

all/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ plugins {
66

77
description = "OpenTelemetry Contrib All"
88

9-
109
dependencies {
11-
rootProject.subprojects.forEach { subproject ->
10+
rootProject.subprojects.forEach { subproject ->
1211
// Generate aggregate coverage report for published modules that enable jacoco.
1312
subproject.plugins.withId("jacoco") {
1413
subproject.plugins.withId("maven-publish") {

0 commit comments

Comments
 (0)