Skip to content

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 #695

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 #695

name: VSA Pull Request
on:
push:
branches:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
java-version: '19'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn clean install jacoco:prepare-agent package jacoco:report
- name: Version statuses
run: make version-status