Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 #77

Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3

Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 #77

Workflow file for this run

name: Linux Maven build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Java 8 build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
maven-
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 8
distribution: 'adopt'
- name: Build with Maven
run: mvn -V -B -e install