diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe7df515..bd352888 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,9 @@ jobs: channel: stable cache: true + - name: Cache Gradle + uses: burrunan/gradle-cache-action@v1 + - name: Install dependencies run: npm ci