Skip to content

Commit d39dc0d

Browse files
DC2-DanielKruegerSgtSilvio
authored andcommitted
Update modules/hivemq-edge-module-opcua/build.gradle.kts
Co-authored-by: Silvio Giebl <[email protected]>
1 parent dab5e73 commit d39dc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ tasks.updateThirdPartyLicenses {
218218
projectName.set(project.name)
219219
group = "license"
220220
dependencyLicense.set(tasks.downloadLicenses.get().xmlDestination.resolve("dependency-license.xml"))
221-
outputDirectory.set(layout.projectDirectory.dir("build/distribution/third-party-licenses"))
221+
outputDirectory.set(layout.buildDirectory.dir("distribution/third-party-licenses"))
222222
}
223223

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

0 commit comments

Comments
 (0)