Skip to content

Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 #455

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

Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 #455

Workflow file for this run

name: Development branches
on:
push:
branches:
- '*'
- '**/*'
- '!master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: zulu
cache: maven
- name: Prepare mvnw
run: chmod +x ./mvnw
- name: Build
run: ./mvnw clean package