Skip to content

fix: Remove Lombok dependency and implement manual builders #3

fix: Remove Lombok dependency and implement manual builders

fix: Remove Lombok dependency and implement manual builders #3

Workflow file for this run

name: CI/CD
on:
push:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
- name: Build with Maven
run: mvn clean package