Skip to content

Commit f4d35ed

Browse files
committed
Disable globaly
1 parent f3d85d8 commit f4d35ed

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

settings.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pluginManagement {
1212
plugins {
1313
id("com.gradle.develocity")
1414
id("org.gradle.toolchains.foojay-resolver-convention")
15+
id("com.github.jk1.dependency-license-report")
1516
}
1617

1718
dependencyResolutionManagement {
@@ -98,3 +99,9 @@ include(":jmx-scraper:test-webapp")
9899
// include(":opamp-client")
99100
// include(":gcp-auth-extension")
100101
// include(":dynamic-control")
102+
103+
// Temporarily disable this task for this parent Gradle project.
104+
// The tasks in its children still should execute fine.
105+
// See more [here](https://github.com/jk1/Gradle-License-Report/issues/337).
106+
val generateLicenseReport by tasks.getting
107+
generateLicenseReport.enabled = false

0 commit comments

Comments
 (0)