parent
4b499c869c
commit
ffc1265e9a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -464,7 +464,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: ${{ env.DEFAULT_JDK_VERSION }}
|
java-version: ${{ env.DEFAULT_JDK_VERSION }}
|
||||||
cahe: 'maven'
|
cache: 'maven'
|
||||||
- name: Cleanup org.keycloak artifacts
|
- name: Cleanup org.keycloak artifacts
|
||||||
run: rm -rf ~/.m2/repository/org/keycloak >/dev/null || true
|
run: rm -rf ~/.m2/repository/org/keycloak >/dev/null || true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue