Skip to content

Commit

Permalink
Remove -q argument to ./gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Jun 4, 2024
1 parent facf322 commit c2886f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: make clean
- run: echo "LOGURU_COLORIZE=NO" >> $GITHUB_ENV
- name: Build
run: cd src/scripts/merge_tools/merging && ./gradlew -q shadowJar
run: cd src/scripts/merge_tools/merging && ./gradlew shadowJar
- name: make check-merges-reproducibility
run: |
python3 src/python/utils/build_inconsistent_merges.py
Expand Down

0 comments on commit c2886f3

Please sign in to comment.