Skip to content

Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.7.0 to 3.8.0 #710

Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.7.0 to 3.8.0

Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.7.0 to 3.8.0 #710

Workflow file for this run

name: Build
on:
push:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
name: JavaWebSecurity Build
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Configure Java for Build
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml