mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Upgrade Maven and wrapper to latest version
Closes #30501 Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
9
.github/actions/maven-cache/action.yml
vendored
9
.github/actions/maven-cache/action.yml
vendored
@@ -40,12 +40,3 @@ runs:
|
||||
~/.m2/repository/*/*
|
||||
!~/.m2/repository/org/keycloak
|
||||
key: ${{ steps.weekly-cache-key.outputs.key }}
|
||||
|
||||
- name: Cache Maven Wrapper
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .mvn/wrapper/maven-wrapper.jar
|
||||
key: ${{ runner.os }}-maven-wrapper-${{ hashFiles('**/maven-wrapper.properties') }}
|
||||
# use a previously cached JAR file as something else besides the version could have changed in the file
|
||||
restore-keys: |
|
||||
${{ runner.os }}-maven-wrapper-
|
||||
Reference in New Issue
Block a user