Stop copying settings.xml for Maven configuration (#4043)

This commit is contained in:
Jon Koops 2022-12-15 12:39:19 +01:00 committed by GitHub
parent 1762ba8858
commit 8d0917f3fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,11 +44,6 @@ jobs:
check-latest: true
cache: maven
# See https://issues.redhat.com/browse/KEYCLOAK-17812
- name: Update Maven settings
working-directory: keycloak-repo
run: cp .github/settings.xml ~/.m2
- name: Build Admin UI
working-directory: admin-ui-repo
run: mvn clean install --batch-mode --file keycloak-theme/pom.xml