Skip to content

Commit

Permalink
batch mode to avoid download indication
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Aug 3, 2023
1 parent 75d0880 commit bc57143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-sbm-support-rewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
java-version: 17
cache: maven
- name: build-project
run: mvn clean install
run: mvn --batch-mode clean install

0 comments on commit bc57143

Please sign in to comment.