Skip to content

build: bump org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0 #42

build: bump org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0

build: bump org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0 #42

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
name: Compile and package
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v7
- name: Set up JDK 21
uses: actions/setup-java@v6
with:
java-version: '21'
distribution: temurin
cache: maven
- name: Build
run: mvn -B --no-transfer-progress clean package