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 } }