feature/setup-workflow-pipeline: add lombok, add gitea workflow #2

Merged
chimeudeonwop merged 102 commits from feature/setup-workflow-pipeline into main 2025-10-31 16:46:56 +00:00
13 changed files with 246 additions and 275 deletions
Showing only changes of commit c047094add - Show all commits

View File

@ -43,7 +43,7 @@ jobs:
with: with:
distribution: temurin distribution: temurin
java-version: '21' # adjust to match your backend version java-version: '21' # adjust to match your backend version
cache: maven # or 'gradle' if you use Gradle cache: maven
#Build & test backend #Build & test backend
- name: Build & test backend - name: Build & test backend