Skip to content

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 #58

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

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 #58

Workflow file for this run

name: PR
on:
pull_request:
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
- name: Build project with Maven
run: mvn -B package --file pom.xml