|
|
|
@ -273,6 +273,7 @@ configure(subprojects - project(":spring-build-src")) { subproject -> |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
task sourcesJar(type: Jar, dependsOn: classes) { |
|
|
|
task sourcesJar(type: Jar, dependsOn: classes) { |
|
|
|
|
|
|
|
duplicatesStrategy = DuplicatesStrategy.EXCLUDE |
|
|
|
classifier = 'sources' |
|
|
|
classifier = 'sources' |
|
|
|
from sourceSets.main.allSource |
|
|
|
from sourceSets.main.allSource |
|
|
|
// Don't include or exclude anything explicitly by default. See SPR-12085. |
|
|
|
// Don't include or exclude anything explicitly by default. See SPR-12085. |
|
|
|
|