Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 3ca6d4a

Browse files
committed
Set Jar task duplicateStrategy to INCLUDE
1 parent 3dfd055 commit 3ca6d4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ subprojects { Project subproject ->
129129
}
130130

131131
apply from: "${rootProject.projectDir}/gradle/testVerbose.gradle"
132+
133+
tasks.withType(Jar) {
134+
duplicatesStrategy = DuplicatesStrategy.INCLUDE
135+
}
132136
return
133137
}
134138

0 commit comments

Comments
 (0)