Skip to content

Commit

Permalink
Fix release build command without using daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Mar 22, 2018
1 parent 063efd2 commit 83b25c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To build the release build, run:

If Gradle is running as a daemon, you'll be prompted for the keystore/key password via a popup dialog box. If you're not running Gradle as a daemon, command will prompt for your passwords (See https://github.com/barbeau/gpstest/issues/87).

If you want to force Gradle to not run as a daemon, use `gradlew assembleRelease -Dorg.gradle.daemon=false`.
If you want to force Gradle to not run as a daemon, use `gradlew assembleRelease -D org.gradle.daemon=false`.

### Contributing

Expand Down

0 comments on commit 83b25c1

Please sign in to comment.