Skip to content

Commit

Permalink
Add Maven cache for dependencies to GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry committed Oct 3, 2024
1 parent d91bf2c commit cb4fc74
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-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
java-version: '21'
distribution: 'liberica'
cache: 'maven'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
# settings-path: ${{ github.workspace }} # location for the settings.xml file

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dockerhub-github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
java-version: '21'
distribution: 'liberica'
cache: 'maven'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

Expand Down

0 comments on commit cb4fc74

Please sign in to comment.