Skip to content

Commit 8e6b520

Browse files
Update modules/hivemq-edge-module-modbus/build.gradle.kts
Co-authored-by: Silvio Giebl <[email protected]>
1 parent d4e1bb1 commit 8e6b520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hivemq-edge-module-modbus/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ tasks.updateThirdPartyLicenses {
200200
projectName.set(project.name)
201201
group = "license"
202202
dependencyLicense.set(tasks.downloadLicenses.get().xmlDestination.resolve("dependency-license.xml"))
203-
outputDirectory.set(layout.projectDirectory.dir("build/distribution/third-party-licenses"))
203+
outputDirectory.set(layout.buildDirectory.dir("distribution/third-party-licenses"))
204204
}
205205

206206
val javaComponent = components["java"] as AdhocComponentWithVariants

0 commit comments

Comments
 (0)