Skip to content

Commit

Permalink
show only errors in gradle workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ABHAY0O7 committed Jul 28, 2021
1 parent 1076cb2 commit e786a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# path: ~/depclean-gradle-plugin

- name: Build with maven (Getting missing dependencies)
run: mvn clean install
run: mvn clean install -q

- name: Build with Gradle
run: |
Expand Down

0 comments on commit e786a4e

Please sign in to comment.