Skip to content

Commit

Permalink
Try CI cache functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
fqqb committed Jun 30, 2024
1 parent 210a642 commit d80b713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
with:
distribution: temurin
java-version: 17
cache: maven
- name: Build
run: ./mvnw -B --no-transfer-progress -DskipTests package

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
distribution: temurin
java-version: 17
cache: maven

- name: Set version
id: set-version
Expand Down

0 comments on commit d80b713

Please sign in to comment.