Do not pack build.txt into jars, leave it only in artifact zip bundles

This commit is contained in:
Ilya Gorbunov
2017-10-14 07:24:29 +03:00
parent 3bea095618
commit 13d6e96c2f
2 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ artifacts.add(buildVersion.name, file(buildVersionFilePath)) {
val distKotlinHomeDir: String by rootProject.extra
val dist by task<Copy> {
from(prepare)
into(File(distKotlinHomeDir))
from(buildVersionFilePath)
}