Skip to content

Commit 3e10c79

Browse files
Remove unnecessary flags from build command in CI
The `--stacktrace` and `--info` flags were removed from the `./gradlew build` command in the `android.yml` workflow file.
1 parent f5bd6df commit 3e10c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
run: chmod +x gradlew
2525

2626
- name: Build & run all tests
27-
run: ./gradlew build --stacktrace --info
27+
run: ./gradlew build

0 commit comments

Comments
 (0)