Skip to content

Commit

Permalink
chore: Remove cache from java-setup action
Browse files Browse the repository at this point in the history
The tradeoff of downloading x caching system was too high, as 15 percent
of current build was saving the cache on post operations.

Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
  • Loading branch information
heliocastro committed Dec 3, 2024
1 parent 03dda44 commit db32f3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
java-version: "21"
distribution: "temurin"
check-latest: true
cache: "maven"

- name: Cache Thrift
id: cache-thrift
Expand Down

0 comments on commit db32f3b

Please sign in to comment.