From b4c0a934b17634020d947be8d6c0027cbbe66a0c Mon Sep 17 00:00:00 2001 From: davotoula Date: Mon, 30 Mar 2026 12:30:49 +0200 Subject: [PATCH] removed stopping of gradle since we're using other gradle cache --- .github/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab5d75d8c..b58191385 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,10 +56,6 @@ jobs: - name: Test (gradle) run: ./gradlew test --no-daemon - - name: Stop Gradle Daemon - if: always() - run: ./gradlew --stop - - name: Android Test Report uses: asadmansr/android-test-report-action@v1.2.0 if: ${{ always() && matrix.os == 'ubuntu-latest' }} @@ -159,10 +155,6 @@ jobs: - name: Build Desktop Distribution run: ./gradlew :desktopApp:${{ matrix.task }} - - name: Stop Gradle Daemon - if: always() - run: ./gradlew --stop - - name: Upload Desktop Distribution uses: actions/upload-artifact@v6 with: