From 446cd900db251f0a7e41f2318619676fbe012632 Mon Sep 17 00:00:00 2001 From: nik Date: Fri, 14 Aug 2015 14:50:39 +0300 Subject: [PATCH] IDEA-143553: Include intellij kotlin sources into sources.zip --- build/scripts/utils.gant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/utils.gant b/build/scripts/utils.gant index 5fb261e5b12e..a96722fd3bb0 100644 --- a/build/scripts/utils.gant +++ b/build/scripts/utils.gant @@ -727,7 +727,7 @@ binding.setVariable("zipSources", { String home, String targetDir -> ant.delete(file: sources) ant.zip(destfile: sources) { fileset(dir: home) { - ["java", "groovy", "ipr", "iml", "form", "xml", "properties"].each { + ["java", "groovy", "ipr", "iml", "form", "xml", "properties", "kt"].each { include(name: "**/*.$it") } exclude(name: "**/testData/**") -- 2.32.0