Skip to content

Fixes #5374 - Remove REST/Action/CDI prototypes #1419

Fixes #5374 - Remove REST/Action/CDI prototypes

Fixes #5374 - Remove REST/Action/CDI prototypes #1419

Workflow file for this run

name: build
on:
push:
branches:
- '*'
tags-ignore:
- 'v*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [ '17' ]
os: [ubuntu-latest]
steps:
- name: Checkout Sources
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn --no-transfer-progress install -Pstaging