From 1aa7b23853679057f26f2483504152c1dd8f4c33 Mon Sep 17 00:00:00 2001 From: Alexander Gorshenev Date: Thu, 1 Dec 2016 02:14:59 +0300 Subject: [PATCH] For better incrementality, specified :stdlib output file, as it is non-standard for that kind of gradle task. --- backend.native/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/backend.native/build.gradle b/backend.native/build.gradle index 7291350dff4..e86b56768b5 100644 --- a/backend.native/build.gradle +++ b/backend.native/build.gradle @@ -174,6 +174,7 @@ task stdlib(type: JavaExec) { jvmArgs '-ea', "-Djava.library.path=${project.buildDir}/nativelibs" dependsOn ':runtime:build' + outputs.file(project(':runtime').file('build/stdlib.kt.bc')) doFirst { args '-runtime', project(':runtime').build.outputs.files.singleFile