Skip to content

Bump io.freefair.lombok from 8.10 to 8.11 #335

Bump io.freefair.lombok from 8.10 to 8.11

Bump io.freefair.lombok from 8.10 to 8.11 #335

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: '2'
- name: Set up JDK 18
uses: actions/[email protected]
with:
java-version: 18
distribution: 'corretto'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Compile
run: ./gradlew clean build
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
flags: unittest
token: ${{ secrets.CODECOV_TOKEN }}