From 95776f28e3b229f533ecf7fc01ce3e354af623f1 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Fri, 10 Mar 2023 13:08:57 +0100 Subject: [PATCH] gradle.yml: set log level to `info` for the Java CI build This causes standard output to grow to about 50.000 lines. --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index ce1df2a57..ad76729ef 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -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()