Skip to content

Commit 7d6d031

Browse files
committed
Exclude Duplicate xsd
1 parent 57796d4 commit 7d6d031

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
@@ -174,6 +174,7 @@ task schemaZip(type: Zip) {
174174
}
175175
assert xsdFile != null
176176
into (shortName) {
177+
duplicatesStrategy 'exclude'
177178
from xsdFile.path
178179
}
179180
}

0 commit comments

Comments
 (0)