Skip to content

Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 #24

Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3

Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 #24

Workflow file for this run

name: Java CI
on:
schedule:
- cron: '42 0 * * 4'
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 21
cache: 'maven'
- name: Build & run tests with Maven
run: ./mvnw -V verify