Skip to content

chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 #325

chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12

chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 #325

Workflow file for this run

name: Build
on: pull_request
jobs:
build:
name: Test and build 🧪
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: adopt
cache: maven
- name: Build
run: mvn -B verify