Exclude Duplicate xsd

This commit is contained in:
Rob Winch
2020-05-04 09:51:37 -05:00
parent 57796d4f51
commit 7d6d031fd8

View File

@@ -174,6 +174,7 @@ task schemaZip(type: Zip) {
}
assert xsdFile != null
into (shortName) {
duplicatesStrategy 'exclude'
from xsdFile.path
}
}