Skip to content

Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 #707

Bump org.projectlombok:lombok from 1.18.32 to 1.18.34

Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 #707

name: JSMTD jeorg-spring-master-test-drives-pull-request
on:
pull_request:
branches: [ main ]
push:
branches:
- '!master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
- name: Build and test Gradle projects
run: make build-gradle
- name: Build and Test
run: mvn clean install -DskipTests &&
mvn test jacoco:prepare-agent package jacoco:report