Skip to content

Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.0 to 3.2.1 (… #385

Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.0 to 3.2.1 (…

Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.0 to 3.2.1 (… #385

Workflow file for this run

name: Build
on:
push:
branches:
- "main"
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- 'README*'
pull_request:
defaults:
run:
shell: bash
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
cache: 'maven'
distribution: 'temurin'
- name: Build with Maven
run: mvn formatter:validate verify