We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793a3ab commit 61b33deCopy full SHA for 61b33de
all/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
description = "OpenTelemetry Contrib All"
8
9
dependencies {
10
- rootProject.subprojects.forEach { subproject ->
+ rootProject.subprojects.forEach { subproject ->
11
// Generate aggregate coverage report for published modules that enable jacoco.
12
subproject.plugins.withId("jacoco") {
13
subproject.plugins.withId("maven-publish") {
0 commit comments