We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906e4c7 commit 462360fCopy full SHA for 462360f
modules/hivemq-edge-module-plc4x/build.gradle.kts
@@ -201,7 +201,7 @@ tasks.updateThirdPartyLicenses {
201
projectName.set(project.name)
202
group = "license"
203
dependencyLicense.set(tasks.downloadLicenses.get().xmlDestination.resolve("dependency-license.xml"))
204
- outputDirectory.set(layout.projectDirectory.dir("build/distribution/third-party-licenses"))
+ outputDirectory.set(layout.buildDirectory.dir("distribution/third-party-licenses"))
205
}
206
207
val javaComponent = components["java"] as AdhocComponentWithVariants
0 commit comments