Skip to content

#1549 fixed action for java 11 with maven cache enabled #32

#1549 fixed action for java 11 with maven cache enabled

#1549 fixed action for java 11 with maven cache enabled #32

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
cache: 'maven'
- name: Build with Maven
run: mvn -B -q -fae verify -P integration-tests --file pom.xml