Skip to content

Commit d11c3dd

Browse files
committed
disable shadow convention in subproject
1 parent 48b9e9d commit d11c3dd

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

jmx-scraper/test-app/build.gradle.kts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
plugins {
2+
application
3+
24
id("otel.java-conventions")
35

4-
application
6+
id("com.github.jk1.dependency-license-report")
57
}
68

79
description = "JMX metrics scraper - test application"
@@ -13,3 +15,9 @@ tasks {
1315
}
1416
}
1517
}
18+
19+
// Temporarily disable this task for this parent Gradle project.
20+
// The tasks in its children still should execute fine.
21+
// See more [here](https://github.com/jk1/Gradle-License-Report/issues/337).
22+
val generateLicenseReport by tasks.getting
23+
generateLicenseReport.enabled = false

0 commit comments

Comments
 (0)