Skip to content

Commit 0f34ea5

Browse files
committed
disable it globaly
1 parent f3d85d8 commit 0f34ea5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ plugins {
66
id("idea")
77

88
id("io.github.gradle-nexus.publish-plugin")
9+
id("com.github.jk1.dependency-license-report")
910
}
1011

1112
apply(from = "version.gradle.kts")
@@ -35,3 +36,8 @@ nexusPublishing {
3536
}
3637

3738
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

Comments
 (0)