Skip to content

Commit 070cfd2

Browse files
committed
include duplicates in sourcesJar task
1 parent 71a05b4 commit 070cfd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ sourceSets {
2323
}
2424

2525
task sourcesJar(type: Jar, dependsOn: classes) {
26+
duplicatesStrategy = DuplicatesStrategy.INCLUDE
2627
classifier = "sources"
2728
from sourceSets.main.allSource
2829
}

0 commit comments

Comments
 (0)