Fix duplicated entry in spring-core module
Issue: SPR-15462
This commit is contained in:
		
							parent
							
								
									4d058ceef4
								
							
						
					
					
						commit
						cf6031f98e
					
				| 
						 | 
					@ -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.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue