Skip to content

Bump org.jacoco:jacoco-maven-plugin from 0.8.7 to 0.8.11 #761

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

Bump org.jacoco:jacoco-maven-plugin from 0.8.7 to 0.8.11 #761

Workflow file for this run

name: Panda CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn package --file pom.xml