We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763ba37 commit 9ebe8a3Copy full SHA for 9ebe8a3
.github/workflows/build.yaml
@@ -31,7 +31,7 @@ jobs:
31
restore-keys: ${{ runner.os }}-m2
32
33
- name: Test with Maven
34
- run: mvn -B --update-snapshots compile test
+ run: mvn -B --update-snapshots -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn compile test
35
36
- name: Attach artifact
37
id: build-artifact
0 commit comments