Skip to content

Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1 #39

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

Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1 #39

Workflow file for this run

name: Verify Project
on:
push:
branches-ignore:
- 'master'
pull_request:
workflow_call:
jobs:
verify:
name: verify
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Verify with Maven
run: mvn --batch-mode --update-snapshots verify