build scripts: don't include output files to 'sources.zip' artifact

This commit is contained in:
nik
2016-05-31 10:56:00 +03:00
parent c0cd9c65c6
commit 4231f82790
+1
View File
@@ -742,6 +742,7 @@ binding.setVariable("zipSources", { String home, String targetDir ->
include(name: "**/*.$it")
}
exclude(name: "**/testData/**")
exclude(name: "out/**")
}
}