Skip to content

Commit 0f3a5f7

Browse files
update
1 parent 12123ab commit 0f3a5f7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/actions/build-keycloak/action.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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
@@ -38,7 +38,7 @@ runs:
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

0 commit comments

Comments
 (0)