Skip to content

Commit 462360f

Browse files
DC2-DanielKruegerSgtSilvio
authored andcommitted
Update modules/hivemq-edge-module-plc4x/build.gradle.kts
Co-authored-by: Silvio Giebl <[email protected]>
1 parent 906e4c7 commit 462360f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)