mirror of
https://github.com/status-im/status-react.git
synced 2025-02-01 21:57:16 +00:00
nix: disable Gradle daemon for builds
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8bb99743a7
commit
517a1be27c
@ -143,6 +143,7 @@ in stdenv.mkDerivation rec {
|
||||
${adhocEnvVars} ${pkgs.gradle}/bin/gradle \
|
||||
${toString gradleOpts} \
|
||||
--offline --stacktrace \
|
||||
-Dorg.gradle.daemon=false \
|
||||
-Dmaven.repo.local='${deps.gradle}' \
|
||||
-PversionCode=${toString buildNumber} \
|
||||
assemble${gradleBuildType} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user