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 2ddb6b9 commit 6478675Copy full SHA for 6478675
all/build.gradle.kts
@@ -6,9 +6,8 @@ plugins {
6
7
description = "OpenTelemetry Contrib All"
8
9
-
10
dependencies {
11
- rootProject.subprojects.forEach { subproject ->
+ rootProject.subprojects.forEach { subproject ->
12
// Generate aggregate coverage report for published modules that enable jacoco.
13
subproject.plugins.withId("jacoco") {
14
subproject.plugins.withId("maven-publish") {
0 commit comments