Skip to content

Apache TomEE 10.x support #416

Apache TomEE 10.x support

Apache TomEE 10.x support #416

name: arq-liberty-managed
on:
push:
paths-ignore:
- "docs/**"
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
cache: "maven"
- name: Build with Maven
run: mvn clean verify -Parq-liberty-managed