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 84072bb commit b9e295fCopy full SHA for b9e295f
modules/hivemq-edge-module-opcua/build.gradle.kts
@@ -218,7 +218,7 @@ tasks.updateThirdPartyLicenses {
218
projectName.set(project.name)
219
group = "license"
220
dependencyLicense.set(tasks.downloadLicenses.get().xmlDestination.resolve("dependency-license.xml"))
221
- outputDirectory.set(layout.projectDirectory.dir("build/distribution/third-party-licenses"))
+ outputDirectory.set(layout.buildDirectory.dir("distribution/third-party-licenses"))
222
}
223
224
val javaComponent = components["java"] as AdhocComponentWithVariants
0 commit comments