Skip to content

Bump quarkus.version from 3.0.3.Final to 3.1.0.Final #321

Bump quarkus.version from 3.0.3.Final to 3.1.0.Final

Bump quarkus.version from 3.0.3.Final to 3.1.0.Final #321

Workflow file for this run

name: Build
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- '.gitignore'
- '.dockerignore'
- '*.md'
- '*.adoc'
- '*.txt'
- '.github/**'
- 'docker-compose.yaml'
- 'docs/**'
defaults:
run:
shell: bash
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'
- name: Build
run: |
./mvnw clean integration-test -Dnative