chore(build): disable maven debug logging again

This commit is contained in:
MiniDigger | Martin 2023-04-22 21:06:41 +02:00
parent 3f466c61ee
commit ae6e31ed15

View File

@ -72,7 +72,7 @@ jobs:
- name: Build backend
working-directory: backend
run: mvn --batch-mode --errors --fail-at-end --show-version --no-transfer-progress install -X
run: mvn --batch-mode --errors --fail-at-end --show-version --no-transfer-progress install
- name: Install frontend deps
run: (cd frontend && pnpm install --frozen-lockfile)