Skip to content

Commit 8901269

Browse files
author
jkwatson
committed
remove the info logging
1 parent c0d90e0 commit 8901269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: burrunan/[email protected]
3939
with:
4040
remote-build-cache-proxy-enabled: false
41-
arguments: build --info --stacktrace ${{ matrix.coverage && 'jacocoTestReport' || '' }}
41+
arguments: build --stacktrace ${{ matrix.coverage && 'jacocoTestReport' || '' }}
4242
properties: |
4343
testAdditionalJavaVersions=${{ matrix.testAdditionalJavaVersions }}
4444
org.gradle.java.installations.paths=${{ steps.setup-java-8.outputs.path }},${{ steps.setup-java-11.outputs.path }}

0 commit comments

Comments
 (0)