Skip to content

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

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

Workflow file for this run

name: Verify
on:
pull_request: {}
env:
JAVA_TOOL_OPTIONS: >-
-XX:TieredStopAtLevel=1
-XX:+UseParallelGC
-Dstyle.color=always
-Djansi.force=true
jobs:
build:
name: Maven build
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: temurin
- name: Build with Maven
run: .github/scripts/build.sh