Skip to content

Commit 9ebe8a3

Browse files
authored
Update build.yaml
1 parent 763ba37 commit 9ebe8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
restore-keys: ${{ runner.os }}-m2
3232

3333
- name: Test with Maven
34-
run: mvn -B --update-snapshots compile test
34+
run: mvn -B --update-snapshots -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn compile test
3535

3636
- name: Attach artifact
3737
id: build-artifact

0 commit comments

Comments
 (0)