Skip to content

build(deps): Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.1… #1089

build(deps): Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.1…

build(deps): Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.1… #1089

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build and test against Neo4j 5
runs-on: ubuntu-latest
env:
NEO4J_OGM_NEO4J_ACCEPT_AND_USE_COMMERCIAL_EDITION: yes
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17
- name: Run Maven build
run: >
./mvnw --no-transfer-progress clean verify