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 987df9e commit d718455Copy full SHA for d718455
build.gradle
@@ -59,12 +59,14 @@ subprojects {
59
task sourcesJar(type: Jar, dependsOn: classes) {
60
classifier = "sources"
61
from sourceSets.main.allSource
62
+ duplicatesStrategy = DuplicatesStrategy.INCLUDE // allow duplicates
63
}
64
65
66
tasks.withType(AbstractArchiveTask) {
67
preserveFileTimestamps = false
68
reproducibleFileOrder = true
69
70
71
72
configurations.all {
0 commit comments