Skip to content

Commit

Permalink
fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjoyo committed Feb 2, 2024
1 parent daa0f96 commit d527250
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:

jobs:
build-jvm:
if: ${{ false }} # disable for now
strategy:
matrix:
include:
Expand All @@ -33,15 +32,14 @@ jobs:
with:
java-version: '21'
distribution: 'graalvm'
#cache: 'maven'
-
name: Cache local Maven repository
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
key: ${{ matrix.runner }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
${{ matrix.runner }}-maven-
-
name: Prepare Maven Wrapper
run: chmod +x ./mvnw
Expand Down

0 comments on commit d527250

Please sign in to comment.