Skip to content

Commit

Permalink
removed cache as it is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlp committed Dec 16, 2023
1 parent 8f95956 commit 3bb8bb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
with:
java-version: 11
distribution: "zulu"
cache: maven
- name: Build site and deploy maven registry
env:
GPG_KEYNAME: ${{ secrets.PGP_KEYNAME }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
with:
java-version: 11
distribution: "zulu"
cache: maven

- name: Build with Maven
run: mvn -B install --file pom.xml
Expand Down Expand Up @@ -61,7 +60,6 @@ jobs:
with:
java-version: 11
distribution: "zulu"
cache: maven

- name: Build and deploy maven registry
env:
Expand Down

0 comments on commit 3bb8bb4

Please sign in to comment.