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 424 additions and 276 deletions
Showing only changes of commit 1dcb5f2d8e - Show all commits

View File

@ -109,11 +109,6 @@ jobs:
fi
shell: bash
- name: Install Java (for act)
run: |
apt-get update
apt-get install -y openjdk-21-jdk
- uses: actions/checkout@v5
- name: Set up JDK 21 for x64
uses: actions/setup-java@v4