From 6a205cece53391ef5f89164582e923b93433007a Mon Sep 17 00:00:00 2001 From: Robbie Gemmell Date: Tue, 27 Aug 2024 09:35:35 +0100 Subject: [PATCH] bump quarkus branch cron job to 3.14.x --- .github/workflows/cron-build-quarkus-branch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron-build-quarkus-branch.yml b/.github/workflows/cron-build-quarkus-branch.yml index fdd537a..6fa5be1 100644 --- a/.github/workflows/cron-build-quarkus-branch.yml +++ b/.github/workflows/cron-build-quarkus-branch.yml @@ -34,11 +34,11 @@ jobs: java-version: ${{ matrix.java }} distribution: 'temurin' - - name: Build Quarkus 3.13.x-SNAPSHOT + - name: Build Quarkus 3.14.x-SNAPSHOT env: MAVEN_PL: "., io.quarkus:quarkus-bom, io.quarkus:quarkus-core-deployment, io.quarkus:quarkus-arc-deployment, io.quarkus:quarkus-netty-deployment, io.quarkus:quarkus-extension-processor, io.quarkus:quarkus-bootstrap-bom, io.quarkus:quarkus-bootstrap-bom-test, io.quarkus:quarkus-extension-maven-plugin, io.quarkus:quarkus-maven-plugin, io.quarkus:quarkus-rest-deployment, io.quarkus:quarkus-jms-spi-deployment, io.quarkus:quarkus-junit5" run: | - git clone --depth 1 --branch 3.13 https://github.com/quarkusio/quarkus.git && cd quarkus && echo "Current Quarkus commit:" $(git rev-parse HEAD) + git clone --depth 1 --branch 3.14 https://github.com/quarkusio/quarkus.git && cd quarkus && echo "Current Quarkus commit:" $(git rev-parse HEAD) ./mvnw -B -s ../.github/cron-maven-settings.xml clean install -DskipTests -DskipITs -Dno-test-modules -Dformat.skip -DskipDocs -am -pl "${MAVEN_PL}" ./mvnw -B -s ../.github/cron-maven-settings.xml -f relocations/pom.xml clean install