[samples] Disable gradle daemon for the uikit sample

See https://github.com/gradle/gradle/issues/3468
This commit is contained in:
Ilya Matveev
2018-04-03 13:05:27 +07:00
committed by ilmat192
parent 2f8718139d
commit 22e0827016
@@ -188,7 +188,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"$SRCROOT/../gradlew\" -p \"$SRCROOT\" \"$KONAN_TASK\" -Pkonan.useEnvironmentVariables=true";
shellScript = "\"$SRCROOT/../gradlew\" -p \"$SRCROOT\" \"$KONAN_TASK\" --no-daemon -Pkonan.useEnvironmentVariables=true";
};
2C901F9C1F5D7074004412FA /* Remove Original Binary */ = {
isa = PBXShellScriptBuildPhase;