Skip to content

Commit

Permalink
Disable batch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaar, Bjørn-Andre committed Mar 21, 2024
1 parent a235de7 commit 6b72aca
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 @@ -41,5 +41,5 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Build with Maven and deploy to Artifact Registry
run: mvn --batch-mode -P ssb-bip deploy -Dmaven.javadoc.skip=true
run: mvn -P ssb-bip deploy -Dmaven.javadoc.skip=true

0 comments on commit 6b72aca

Please sign in to comment.