Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Bump io.freefair.lombok from 8.6 to 8.7.1 #245

Bump io.freefair.lombok from 8.6 to 8.7.1

Bump io.freefair.lombok from 8.6 to 8.7.1 #245

Workflow file for this run

name: build
on: [ push, pull_request ]
jobs:
build:
uses: constellation-mc/actions/.github/workflows/gradle-build.yml@main
with:
java: 17
gradle_tasks: spotbugs
reviewdog: |
cat ./build/reports/spotbugs/main/spotbugs.sarif | reviewdog -name="spotbugs" -f=sarif -reporter=github-check -level=warning
run_tests:
uses: constellation-mc/actions/.github/workflows/mc-tests.yml@main
with:
java: 17
client_task: runTestClient