Skip to content

Commit e40baf4

Browse files
committed
fix installDist task
1 parent 212a4ec commit e40baf4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

plugins/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ task copyToParent(type: Copy) {
155155
include "*.zip"
156156
}
157157

158+
installDist {
159+
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
160+
}
158161

159-
160-
build.finalizedBy(copyToParent)
162+
build.finalizedBy(copyToParent)

0 commit comments

Comments
 (0)