From a6ff52235e9fa45d35fa8f2f3b9d4752d0851149 Mon Sep 17 00:00:00 2001 From: booky10 Date: Sat, 3 Feb 2024 18:29:20 +0100 Subject: [PATCH] [skip ci] Disable paperweight debug output for actions workflow --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cd17d0..b0f5425 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,10 +26,10 @@ jobs: git config --global user.name "Github Actions" - name: Apply patches - run: ./gradlew applyPatches -Dpaperweight.debug=true --no-daemon + run: ./gradlew applyPatches --no-daemon - name: Build reobfuscated paperclip jar - run: ./gradlew createReobfPaperclipJar -Dpaperweight.debug=true --no-daemon + run: ./gradlew createReobfPaperclipJar --no-daemon - name: Upload reobfuscated paperclip jar uses: actions/upload-artifact@v3