We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d85d8 commit 0f34ea5Copy full SHA for 0f34ea5
1 file changed
build.gradle.kts
@@ -6,6 +6,7 @@ plugins {
6
id("idea")
7
8
id("io.github.gradle-nexus.publish-plugin")
9
+ id("com.github.jk1.dependency-license-report")
10
}
11
12
apply(from = "version.gradle.kts")
@@ -35,3 +36,8 @@ nexusPublishing {
35
36
37
38
description = "OpenTelemetry Contrib libraries and utilities for the JVM"
39
+// Temporarily disable this task for this parent Gradle project.
40
+// The tasks in its children still should execute fine.
41
+// See more [here](https://github.com/jk1/Gradle-License-Report/issues/337).
42
+val generateLicenseReport by tasks.getting
43
+generateLicenseReport.enabled = false
0 commit comments