Skip to content

Commit 42af888

Browse files
Remove stacktrace flag
1 parent 75a6696 commit 42af888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
java-version: 1.8
2020
- name: Build with Gradle
21-
run: ./gradlew build --stacktrace
21+
run: ./gradlew build

0 commit comments

Comments
 (0)