Skip to content

Commit

Permalink
remove cache from release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz authored Feb 4, 2024
1 parent 14a0e17 commit a23fa4e
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: Build Util
run: mvn clean install -Prelease --file pom.xml
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 @@ -24,7 +24,6 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Build Util
run: mvn clean install --file pom.xml
Expand Down

0 comments on commit a23fa4e

Please sign in to comment.