Skip to content

Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 #257

Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0

Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 #257

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
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 verify --file pom.xml
- name: Code coverage
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: target/site/jacoco/jacoco.xml