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 d4e1bb1 commit 8e6b520Copy full SHA for 8e6b520
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