diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 12:51:44 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 12:51:44 +0100 |
| commit | d439d1e72cf4a90b26c58dd26fd274a71563c3b8 (patch) | |
| tree | bfbc5e5484969acdb8724bec70c99967bc3def7f /wrappers/java-android/README.md | |
| parent | 147bb6c411d64afbce18c00d3b6107cf2d8638fb (diff) | |
Android wrapper fixes, disable Android instrumented tests on GitHub
Diffstat (limited to 'wrappers/java-android/README.md')
| -rw-r--r-- | wrappers/java-android/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wrappers/java-android/README.md b/wrappers/java-android/README.md index 50e56fb..fe2660e 100644 --- a/wrappers/java-android/README.md +++ b/wrappers/java-android/README.md @@ -72,8 +72,8 @@ Run both unit tests and Android instrumented tests on a new emulator: make test ``` -For all commands you can specify options to pass to Gradle via `GRADLE_FLAGS=`. Specify `NO_DAEMON=1` to -add `--no-daemon`. +For all commands you can specify options to pass to Gradle via `GRADLE_FLAGS=`, e.g. `GRADLE_FLAGS=--info`. +Specify `NO_DAEMON=1` to add `--no-daemon`. ## Notes |
