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 0f51d15 commit ef154c9Copy full SHA for ef154c9
modules/hivemq-edge-module-modbus/build.gradle.kts
@@ -200,7 +200,7 @@ tasks.updateThirdPartyLicenses {
200
projectName.set(project.name)
201
group = "license"
202
dependencyLicense.set(tasks.downloadLicenses.get().xmlDestination.resolve("dependency-license.xml"))
203
- outputDirectory.set(layout.projectDirectory.dir("build/distribution/third-party-licenses"))
+ outputDirectory.set(layout.buildDirectory.dir("distribution/third-party-licenses"))
204
}
205
206
val javaComponent = components["java"] as AdhocComponentWithVariants
0 commit comments