From 32ecfb2385a2d4265f2f20fa2fff3ca62f2fe57f Mon Sep 17 00:00:00 2001 From: Taiyou06 Date: Mon, 10 Mar 2025 21:57:15 +0100 Subject: [PATCH] 99% of gamblers quit before they hit big --- .github/workflows/build-1214.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-1214.yml b/.github/workflows/build-1214.yml index 5cca8401..0ae85c4e 100644 --- a/.github/workflows/build-1214.yml +++ b/.github/workflows/build-1214.yml @@ -27,6 +27,7 @@ jobs: ~/.gradle/caches/transforms-* ~/.gradle/wrapper ~/.gradle/build-cache-* + ~/.gradle/configuration-cache-* .gradle/patchCache .gradle/patched key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties', 'buildSrc/**/*.kt', 'patches/**/*.patch') }} @@ -75,7 +76,8 @@ jobs: --stacktrace --parallel \ --max-workers=$PARALLELISM \ --build-cache \ - --configuration-cache + --configuration-cache \ + --no-configuration-cache-question - name: Create MojmapPaperclipJar run: ./gradlew createMojmapPaperclipJar --stacktrace --parallel