Ignore duplicate paths in schemas .zip for Gradle 7.0 compatibility
Gradle 7.0 no longer silently ignores a case where the same file appears multiple times in an output .zip.
This commit is contained in:
@@ -295,6 +295,8 @@ configure(rootProject) {
|
||||
description = "Builds -${archiveClassifier} archive containing all " +
|
||||
"XSDs for deployment at static.springframework.org/schema."
|
||||
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
|
||||
subprojects.each { subproject ->
|
||||
Properties schemas = new Properties()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user