Skip to content

Commit bde3027

Browse files
committed
Fix from statements
1 parent a7b8f95 commit bde3027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ val copyMavenScripts by tasks.registering(Copy::class) {
195195
from(generateBashCliParsers.map { it.outputDir.file("lib/cli-parsers/maven") }) {
196196
into("lib/scripts/")
197197
}
198-
from(layout.projectDirectory.dir("components/develocity")) {
198+
from(copyDevelocityComponents) {
199199
into("lib/develocity/")
200200
}
201-
from(layout.projectDirectory.dir("components/third-party")) {
201+
from(copyThirdPartyComponents) {
202202
into("lib/third-party/")
203203
}
204204
from(mavenComponents) {

0 commit comments

Comments
 (0)