Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Bump io.quarkus:quarkus-universe-bom from 2.16.4.Final to 3.6.4 #564

Bump io.quarkus:quarkus-universe-bom from 2.16.4.Final to 3.6.4

Bump io.quarkus:quarkus-universe-bom from 2.16.4.Final to 3.6.4 #564

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
- name: Maven Build
run: mvn -B -DskipTests package --file pom.xml