Skip to content

Commit

Permalink
remove the info logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwatson committed May 6, 2021
1 parent 75a3c54 commit a741131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: burrunan/gradle-cache-action@v1.10
with:
remote-build-cache-proxy-enabled: false
arguments: build --info --stacktrace ${{ matrix.coverage && 'jacocoTestReport' || '' }}
arguments: build --stacktrace ${{ matrix.coverage && 'jacocoTestReport' || '' }}
properties: |
testAdditionalJavaVersions=${{ matrix.testAdditionalJavaVersions }}
org.gradle.java.installations.paths=${{ steps.setup-java-8.outputs.path }},${{ steps.setup-java-11.outputs.path }}
Expand Down

0 comments on commit a741131

Please sign in to comment.