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 4d058ce commit cf6031fCopy full SHA for cf6031f
build.gradle
@@ -273,6 +273,7 @@ configure(subprojects - project(":spring-build-src")) { subproject ->
273
}
274
275
task sourcesJar(type: Jar, dependsOn: classes) {
276
+ duplicatesStrategy = DuplicatesStrategy.EXCLUDE
277
classifier = 'sources'
278
from sourceSets.main.allSource
279
// Don't include or exclude anything explicitly by default. See SPR-12085.
0 commit comments