Skip to content

Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3… #372

Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3…

Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3… #372

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