Skip to content

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.… #28

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.…

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.… #28

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '25'
cache: 'maven'
- name: Build with Maven
run: ./mvnw --show-version --no-transfer-progress --errors --batch-mode package