Skip to content

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

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 #77

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
name: Compile, test and package modules
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Compile, test, and package modules
run: ./bin/cibuild