We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc57bd commit 6e70d21Copy full SHA for 6e70d21
build.gradle
@@ -69,7 +69,11 @@ subprojects {
69
tasks.withType(AbstractArchiveTask) {
70
preserveFileTimestamps = false
71
reproducibleFileOrder = true
72
- duplicatesStrategy = DuplicatesStrategy.INCLUDE // allow duplicates
+ }
73
+ tasks.withType(AbstractCopyTask).tap {
74
+ configureEach {
75
+ duplicatesStrategy = DuplicatesStrategy.INCLUDE // allow duplicates
76
77
}
78
79
0 commit comments