File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
.github/actions/build-keycloak Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ runs:
1818 name : Setup Java
1919 uses : ./.github/actions/java-setup
2020
21- - id : maven-cache
22- name : Maven cache
23- uses : ./.github/actions/maven-cache
24- with :
25- create-cache-if-it-doesnt-exist : true
21+ # - id: maven-cache
22+ # name: Maven cache
23+ # uses: ./.github/actions/maven-cache
24+ # with:
25+ # create-cache-if-it-doesnt-exist: true
2626
27- - id : pnpm-store-cache
28- name : PNPM store cache
29- uses : ./.github/actions/pnpm-store-cache
27+ # - id: pnpm-store-cache
28+ # name: PNPM store cache
29+ # uses: ./.github/actions/pnpm-store-cache
3030
3131 - id : build-keycloak
3232 name : Build Keycloak
3838 # ./mvnw dependency:tree
3939 java --version
4040 # ./mvnw clean install -U
41- ./mvnw io.quarkus.platform:quarkus-maven-plugin:3.17.5:update -NU
41+ ./mvnw io.quarkus.platform:quarkus-maven-plugin:3.17.5:update -N
4242 ./mvnw install -Pdistribution -am -pl distribution/maven-plugins/licenses-processor
4343 # By using "dependency:resolve", it will download all dependencies used in later stages for running the tests
4444 ./mvnw install dependency:resolve -V -e -DskipTests -DskipExamples -DexcludeGroupIds=org.keycloak -Dsilent=true -DcommitProtoLockChanges=true
You can’t perform that action at this time.
0 commit comments