build: Do not build runtime and stdlib for dist_compiler task

This commit is contained in:
Ilya Matveev
2017-02-02 12:54:43 +03:00
committed by ilmat192
parent b4ee0e86d2
commit 31a0423225
+1 -1
View File
@@ -112,7 +112,7 @@ class PlatformInfo {
}
task dist_compiler(type: Copy) {
dependsOn ':backend.native:jars', 'dist_runtime'
dependsOn ':backend.native:jars'
destinationDir file('dist')