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 bbf850aCopy full SHA for bbf850a
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 for jitpack package
76
77
}
78
79
0 commit comments