Skip to content

Commit 95de157

Browse files
committed
Delete obsolete files when unzipping Maven distribution
1 parent 2332b18 commit 95de157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-tooling-support-tests/platform-tooling-support-tests.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
}
6464
}
6565

66-
val unzipMavenDistribution by tasks.registering(Copy::class) {
66+
val unzipMavenDistribution by tasks.registering(Sync::class) {
6767
from(zipTree(mavenDistribution.elements.map { it.single() }))
6868
into(layout.buildDirectory.dir("maven-distribution"))
6969
}

0 commit comments

Comments
 (0)