Skip to content

Commit cf6031f

Browse files
committed
Fix duplicated entry in spring-core module
Issue: SPR-15462
1 parent 4d058ce commit cf6031f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ configure(subprojects - project(":spring-build-src")) { subproject ->
273273
}
274274

275275
task sourcesJar(type: Jar, dependsOn: classes) {
276+
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
276277
classifier = 'sources'
277278
from sourceSets.main.allSource
278279
// Don't include or exclude anything explicitly by default. See SPR-12085.

0 commit comments

Comments
 (0)