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

View File

@ -105,19 +105,12 @@ jobs:
java-version: '21'
distribution: 'temurin'
architecture: x64
cache: maven
package: maven
- name: Run the Maven verify phase
run: mvn --batch-mode --update-snapshots verify
# Setup Java 21 and Maven with caching
- name: Set up Java & Maven
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '21'
cache: maven
package: maven
- name: Cache Maven dependencies
uses: actions/cache@v3
with: