From 31a042322551475356ed359bc81e94ca5b1c8566 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Thu, 2 Feb 2017 12:54:43 +0300 Subject: [PATCH] build: Do not build runtime and stdlib for dist_compiler task --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c4bca47d1c8..e423a4cf8b3 100644 --- a/build.gradle +++ b/build.gradle @@ -112,7 +112,7 @@ class PlatformInfo { } task dist_compiler(type: Copy) { - dependsOn ':backend.native:jars', 'dist_runtime' + dependsOn ':backend.native:jars' destinationDir file('dist')