Upgrade Maven and wrapper to latest version

Closes #30501

Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Jon Koops
2024-06-19 10:42:33 +02:00
committed by GitHub
parent 9ce47fc117
commit e2e47f14dd
5 changed files with 73 additions and 57 deletions

View File

@@ -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-