Skip to content

Commit 2922835

Browse files
committed
disable generateLicenseReport in global project jk1/Gradle-License-Report#337 (comment)
1 parent af3f871 commit 2922835

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build.gradle.kts

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

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

1113
apply(from = "version.gradle.kts")
@@ -34,4 +36,7 @@ nexusPublishing {
3436
}
3537
}
3638

39+
val generateLicenseReport by tasks.getting
40+
generateLicenseReport.enabled = false
41+
3742
description = "OpenTelemetry Contrib libraries and utilities for the JVM"

0 commit comments

Comments
 (0)