From 8fc9c82742df80b42ba09c244fb30c07b5406f77 Mon Sep 17 00:00:00 2001 From: Ramnivas Laddad Date: Thu, 17 Apr 2014 14:00:40 -0700 Subject: [PATCH] Fixed schema distribution --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e943d27..9c58e16 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ configure(rootProject) { it.path.endsWith(schemas.get(key)) } assert xsdFile != null - into ("cloud/${shortName}") { + into ("cloud") { from xsdFile.path } }