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

View File

@ -119,6 +119,14 @@ jobs:
cache: maven cache: maven
cache-dependency-path: 'pom.xml' # optional cache-dependency-path: 'pom.xml' # optional
- name: Setup Java 21 (for act)
if: ${{ runner.os == 'Linux' && env.ACT_RUNNER == 'true' }}
run: |
apt-get update -y
apt-get install -y openjdk-21-jdk
java -version
echo "Java 21 setup completed."
- name: Set up Maven - name: Set up Maven
uses: stCarolas/setup-maven@v5 uses: stCarolas/setup-maven@v5
with: with: