chore(build): enable maven debug logging for now

This commit is contained in:
MiniDigger | Martin 2023-04-22 20:54:50 +02:00
parent e466ed08fd
commit ee9b48e711

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
run: mvn --batch-mode --errors --fail-at-end --show-version --no-transfer-progress install -X
- name: Install frontend deps
run: (cd frontend && pnpm install --frozen-lockfile)