Skip to content

Commit

Permalink
Get rid of Gradle cache in build pipelines
Browse files Browse the repository at this point in the history
Its upload is slow and it never hits
  • Loading branch information
Radiokot committed Mar 29, 2024
1 parent 975feaa commit 5b6c49d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
with:
java-version: "${{env.java_version}}"
distribution: corretto
cache: gradle # caches dependencies (https://github.com/actions/setup-java#caching-packages-dependencies)

- name: Build project (Stagenet)
run: ./gradlew app:assembleStagenetDebug --stacktrace
1 change: 0 additions & 1 deletion .github/workflows/firebase_internal_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
with:
java-version: "${{env.java_version}}"
distribution: corretto
cache: gradle

- name: Check if build version matches the tag
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
with:
java-version: "${{env.java_version}}"
distribution: corretto
cache: gradle

- name: Check if build version matches the tag
run: |
Expand Down

0 comments on commit 5b6c49d

Please sign in to comment.