Skip to content

Commit 61b33de

Browse files
committed
update
1 parent 793a3ab commit 61b33de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

all/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
description = "OpenTelemetry Contrib All"
88

99
dependencies {
10-
rootProject.subprojects.forEach { subproject ->
10+
rootProject.subprojects.forEach { subproject ->
1111
// Generate aggregate coverage report for published modules that enable jacoco.
1212
subproject.plugins.withId("jacoco") {
1313
subproject.plugins.withId("maven-publish") {

0 commit comments

Comments
 (0)