Skip to content

Commit

Permalink
Removed download logs from dependency tree
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Mar 29, 2021
1 parent dcf75fe commit 87ebe25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: mvn versions:set -DnewVersion=0.1.${{ github.run_number }}

- name: List dependencies
run: mvn dependency:tree
run: mvn dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn

- name: Build with Maven
run: mvn -B package --file pom.xml -DfinalName=app
Expand Down

0 comments on commit 87ebe25

Please sign in to comment.