Skip to content

Commit 070cfd2

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)