Skip to content

Commit

Permalink
Merge pull request #68 from galasa-dev/remove-maven-cache
Browse files Browse the repository at this point in the history
remove maven cache
  • Loading branch information
jadecarino authored Sep 13, 2024
2 parents 28efc1c + da4c641 commit 6925e24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Generate Isolated pom.xml
run: |
Expand Down Expand Up @@ -367,7 +366,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Generate MVP pom.xml
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Generate Isolated pom.xml
run: |
Expand Down Expand Up @@ -324,7 +323,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Generate MVP pom.xml
run: |
Expand Down

0 comments on commit 6925e24

Please sign in to comment.