diff --git a/.github/workflows/an-ci.yml b/.github/workflows/an-ci.yml index dbc5157d..be58b21c 100644 --- a/.github/workflows/an-ci.yml +++ b/.github/workflows/an-ci.yml @@ -20,16 +20,6 @@ jobs: with: java-version: '17' distribution: 'temurin' - cache: gradle - - name: Cache Gradle - uses: actions/cache@v3 - with: - path: | - ~/.gradle/caches - ~/.gradle/wrapper - key: ${{ runner.os }}-gradle-${{ hashFiles('**/build.gradle') }} - restore-keys: | - ${{ runner.os }}-gradle- - name: Set up environment variable for BuildConfig env: GOOGLE_WEB_CLIENT_ID: ${{ secrets.GOOGLE_WEB_CLIENT_ID }} @@ -49,16 +39,6 @@ jobs: with: java-version: '17' distribution: 'temurin' - cache: gradle - - name: Cache Gradle - uses: actions/cache@v3 - with: - path: | - ~/.gradle/caches - ~/.gradle/wrapper - key: ${{ runner.os }}-gradle-${{ hashFiles('**/build.gradle') }} - restore-keys: | - ${{ runner.os }}-gradle- - name: Create google-services.json env: GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}