From 5d26464c802aeb7b2efad7bd5727b5bd79da817c Mon Sep 17 00:00:00 2001 From: Up Date: Tue, 7 May 2024 05:58:25 +0200 Subject: [PATCH] add build cache env --- .github/workflows/build_status.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_status.yml b/.github/workflows/build_status.yml index c4d8afb..59b0d46 100644 --- a/.github/workflows/build_status.yml +++ b/.github/workflows/build_status.yml @@ -23,6 +23,9 @@ jobs: run: chmod +x ./gradlew - name: Build with Gradle run: ./gradlew build + env: + GRADLE_BUILD_CACHE_USER: ${{ secrets.GRADLE_BUILD_CACHE_USER }} + GRADLE_BUILD_CACHE_TOKEN: ${{ secrets.GRADLE_BUILD_CACHE_TOKEN }} - name: Upload build artifacts (Common) continue-on-error: true uses: actions/upload-artifact@v4