Merge pull request #8674 from eclipse/jetty-10.0.x-codeql-log-readable-with-batch-mode
codeql make log readable with using batch mode -B
This commit is contained in:
commit
2b7ad6a477
|
@ -76,7 +76,7 @@ jobs:
|
|||
maven-version: 3.8.6
|
||||
|
||||
- name: Clean install dependencies and build
|
||||
run: mvn clean install -DskipTests
|
||||
run: mvn clean install -DskipTests -B
|
||||
|
||||
# ℹ️ Command-line programs to run using the OS shell.
|
||||
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
||||
|
|
Loading…
Reference in New Issue