From 7d6d031fd8631c2849b7e9ff10cdb082844e2234 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 4 May 2020 09:51:37 -0500 Subject: [PATCH] Exclude Duplicate xsd --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 31e31248..5afad999 100644 --- a/build.gradle +++ b/build.gradle @@ -174,6 +174,7 @@ task schemaZip(type: Zip) { } assert xsdFile != null into (shortName) { + duplicatesStrategy 'exclude' from xsdFile.path } }