Skip to content

Commit

Permalink
remove cache from release
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Feb 4, 2024
1 parent f3435f9 commit 74ab77d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Get Util Version
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release_pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Get Util Version
run: |
Expand Down

0 comments on commit 74ab77d

Please sign in to comment.