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 88dc37bd0a - Show all commits

View File

@ -120,7 +120,7 @@ jobs:
cache-dependency-path: 'pom.xml' # optional
- name: Setup Java 21 (for act)
if: ${{ runner.os == 'Linux' && env.ACT_RUNNER == 'true' }}
#if: ${{ runner.os == 'Linux' && env.ACT_RUNNER == 'true' }}
run: |
apt-get update -y
apt-get install -y openjdk-21-jdk