Skip to content

Bump the maven group with 2 updates #416

Bump the maven group with 2 updates

Bump the maven group with 2 updates #416

name: FLA Pull Request
on:
pull_request:
branches: [ master ]
push:
branches:
- '!master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn clean install jacoco:prepare-agent package jacoco:report
- name: Version statuses
run: make version-status