Skip to content

Bump maven.plugin.plugin.version from 3.11.0 to 3.13.0 #267

Bump maven.plugin.plugin.version from 3.11.0 to 3.13.0

Bump maven.plugin.plugin.version from 3.11.0 to 3.13.0 #267

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
architecture: 'x64'
cache: 'maven'
- name: Build
run: mvn clean compile test