Skip to content

Commit a7b8f95

Browse files
committed
Remove includes
1 parent 55f93cc commit a7b8f95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,9 @@ val copyMavenScripts by tasks.registering(Copy::class) {
196196
into("lib/scripts/")
197197
}
198198
from(layout.projectDirectory.dir("components/develocity")) {
199-
include("build-scan-summary-${buildScanSummaryVersion}.jar")
200199
into("lib/develocity/")
201200
}
202201
from(layout.projectDirectory.dir("components/third-party")) {
203-
include("build-scan-summary-dependencies-${buildScanSummaryVersion}.jar")
204202
into("lib/third-party/")
205203
}
206204
from(mavenComponents) {

0 commit comments

Comments
 (0)