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
14 changed files with 608 additions and 276 deletions
Showing only changes of commit acdb5c8bfc - Show all commits

View File

@ -88,6 +88,9 @@ jobs:
#image: eclipse-temurin:21-jdk
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Java 21 (Temurin)
uses: actions/setup-java@v5
with: