Skip to content

Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 #604

Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0

Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 #604

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 2
strategy:
matrix:
java: [ '8', '11', '17', '21', '22' ]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
- name: Set up JDK
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 #v4.4.0
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
- name: Build
run: ./mvnw --no-transfer-progress -B clean verify -Pfull,all --file pom.xml