Skip to content

Commit

Permalink
bump quarkus branch cron job to 3.14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmellr committed Aug 27, 2024
1 parent 0eac99d commit 6a205ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-build-quarkus-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a205ce

Please sign in to comment.