Skip to content

Commit

Permalink
nix: disable Gradle daemon for builds
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Jul 29, 2020
1 parent 8bb9974 commit 517a1be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/mobile/android/release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 517a1be

Please sign in to comment.