Skip to content

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.10.0 to 3.13.0 #811

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

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.10.0 to 3.13.0 #811

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
jobs:
build:
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'
cache: 'maven'
- name: Build with Maven
env:
# needed for excluding enterprise tests
TRAVIS: true
run: mvn --batch-mode clean test --no-transfer-progress