Skip to content

Commit

Permalink
[ci] avoid much output from maven
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Jun 17, 2024
1 parent fc6ded6 commit e4e044c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- if: ${{ matrix.language == 'java-kotlin' }}
name: Build java
run: mvn compile -Drascal.compile.skip -Drascal.tutor.skip -DskipTests
run: mvn -B compile -Drascal.compile.skip -Drascal.tutor.skip -DskipTests
working-directory: rascal-lsp/

- name: Perform CodeQL Analysis
Expand Down

0 comments on commit e4e044c

Please sign in to comment.