Skip to content

Commit

Permalink
Remove build cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmoy12c committed Aug 13, 2024
1 parent ef843f4 commit d3b3952
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
java-version: 11
distribution: 'temurin'

- name: Cache Maven packages
uses: actions/cache@v1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v20
with:
Expand Down

0 comments on commit d3b3952

Please sign in to comment.