File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
hivemq-edge-module-etherip Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
506506val javaComponent = components[" java" ] as AdhocComponentWithVariants
Original file line number Diff line number Diff 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
221221val javaComponent = components[" java" ] as AdhocComponentWithVariants
Original file line number Diff line number Diff 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}
203203val javaComponent = components[" java" ] as AdhocComponentWithVariants
204204javaComponent.withVariantsFromConfiguration(configurations.shadowRuntimeElements.get()) {
Original file line number Diff line number Diff 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
204204val javaComponent = components[" java" ] as AdhocComponentWithVariants
You can’t perform that action at this time.
0 commit comments