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

View File

@ -111,7 +111,7 @@ jobs:
# 3⃣ Verify Java installation
- name: Verify Java setup
run: |
java -version
# java -version
echo "JAVA_HOME=$JAVA_HOME"
# 4⃣ Build and test with Maven