[samples] Disable gradle daemon for the uikit sample
See https://github.com/gradle/gradle/issues/3468
This commit is contained in:
@@ -188,7 +188,7 @@
|
|||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
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 */ = {
|
2C901F9C1F5D7074004412FA /* Remove Original Binary */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
|||||||
Reference in New Issue
Block a user