Revert "removed stopping of gradle since we're using other gradle cache"

This reverts commit b4c0a934b1.
This commit is contained in:
davotoula
2026-03-31 07:32:37 +02:00
parent eda4bb7a9c
commit 226c590c0d
+8
View File
@@ -56,6 +56,10 @@ jobs:
- name: Test (gradle) - name: Test (gradle)
run: ./gradlew test --no-daemon run: ./gradlew test --no-daemon
- name: Stop Gradle Daemon
if: always()
run: ./gradlew --stop
- name: Android Test Report - name: Android Test Report
uses: asadmansr/android-test-report-action@v1.2.0 uses: asadmansr/android-test-report-action@v1.2.0
if: ${{ always() && matrix.os == 'ubuntu-latest' }} if: ${{ always() && matrix.os == 'ubuntu-latest' }}
@@ -155,6 +159,10 @@ jobs:
- name: Build Desktop Distribution - name: Build Desktop Distribution
run: ./gradlew :desktopApp:${{ matrix.task }} run: ./gradlew :desktopApp:${{ matrix.task }}
- name: Stop Gradle Daemon
if: always()
run: ./gradlew --stop
- name: Upload Desktop Distribution - name: Upload Desktop Distribution
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v6
with: with: