Skip to content

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 #22

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 #22

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