Skip to content

Commit 50817c7

Browse files
DC2-DanielKruegerSgtSilvio
authored andcommitted
Apply suggestions from code review
Co-authored-by: Silvio Giebl <[email protected]>
1 parent ef154c9 commit 50817c7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

hivemq-edge/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ tasks.updateThirdPartyLicenses {
500500
projectName.set("HiveMQ Edge")
501501
group = "license"
502502
dependencyLicense.set(tasks.downloadLicenses.get().xmlDestination.resolve("dependency-license.xml"))
503-
outputDirectory.set(layout.projectDirectory.dir("build/distribution/third-party-licenses"))
503+
outputDirectory.set(layout.buildDirectory.dir("distribution/third-party-licenses"))
504504
}
505505

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ tasks.updateThirdPartyLicenses {
198198
projectName.set(project.name)
199199
group = "license"
200200
dependencyLicense.set(tasks.downloadLicenses.get().xmlDestination.resolve("dependency-license.xml"))
201-
outputDirectory.set(layout.projectDirectory.dir("build/distribution/third-party-licenses"))
201+
outputDirectory.set(layout.buildDirectory.dir("distribution/third-party-licenses"))
202202
}
203203
val javaComponent = components["java"] as AdhocComponentWithVariants
204204
javaComponent.withVariantsFromConfiguration(configurations.shadowRuntimeElements.get()) {

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

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

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

0 commit comments

Comments
 (0)