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

View File

@ -114,7 +114,8 @@ jobs:
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: '21' java-version: '21'
distribution: 'oracle' #distribution: 'oracle'
distribution: 'corretto'
#distribution: 'temurin' #distribution: 'temurin'
architecture: x64 architecture: x64
cache: maven cache: maven