We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b9e9d commit d11c3ddCopy full SHA for d11c3dd
1 file changed
jmx-scraper/test-app/build.gradle.kts
@@ -1,7 +1,9 @@
1
plugins {
2
+ application
3
+
4
id("otel.java-conventions")
5
- application
6
+ id("com.github.jk1.dependency-license-report")
7
}
8
9
description = "JMX metrics scraper - test application"
@@ -13,3 +15,9 @@ tasks {
13
15
14
16
17
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