mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 13:22:42 +01:00
gradle.yml: set log level to info
for the Java CI build
This causes standard output to grow to about 50.000 lines.
This commit is contained in:
parent
9081d0fd2d
commit
95776f28e3
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
gradle-version: ${{ matrix.gradle }}
|
||||
arguments: -PtestJdk8=true build --stacktrace
|
||||
arguments: -PtestJdk8=true build --info --stacktrace
|
||||
- name: Upload Test Results and Reports
|
||||
uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
|
Loading…
Reference in New Issue
Block a user