Skip to content

upgrade to quarkus 3.16.3 and its dependencies #1152

upgrade to quarkus 3.16.3 and its dependencies

upgrade to quarkus 3.16.3 and its dependencies #1152

Workflow file for this run

# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
# For more information see: https://github.com/actions/setup-java#apache-maven-with-a-settings-path
name: Build
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
#schedule:
# - cron: '0 0 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: automatiko-io/automatiko-engine
path: automatiko
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
- name: Build Automatiko
run: mvn -B install -DskipTests --file automatiko/pom.xml
- name: Build Automatiko Examples
run: mvn -B package --file pom.xml