We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d85d8 commit f4d35edCopy full SHA for f4d35ed
1 file changed
settings.gradle.kts
@@ -12,6 +12,7 @@ pluginManagement {
12
plugins {
13
id("com.gradle.develocity")
14
id("org.gradle.toolchains.foojay-resolver-convention")
15
+ id("com.github.jk1.dependency-license-report")
16
}
17
18
dependencyResolutionManagement {
@@ -98,3 +99,9 @@ include(":jmx-scraper:test-webapp")
98
99
// include(":opamp-client")
100
// include(":gcp-auth-extension")
101
// 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