Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 587b49ea authored by Philipp Kewisch's avatar Philipp Kewisch Committed by Philipp Kewisch
Browse files

Disable gradle cache in release builds

parent 1061481c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -122,6 +122,8 @@ jobs:

      - name: Setup Gradle
        uses: gradle/actions/setup-gradle@v4
        with:
          cache-disabled: ${{ needs.dump_config.outputs.releaseType == 'beta' || needs.dump_config.outputs.releaseType == 'release' }}

      - name: Build It
        shell: bash