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

View File

@ -107,7 +107,11 @@ jobs:
architecture: x64 architecture: x64
cache: maven cache: maven
cache-dependency-path: 'pom.xml' # optional cache-dependency-path: 'pom.xml' # optional
run: 'mvn --version'
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.9
- name: Cache Maven dependencies - name: Cache Maven dependencies
uses: actions/cache@v3 uses: actions/cache@v3