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

View File

@ -88,16 +88,6 @@ jobs:
#image: eclipse-temurin:21-jdk #image: eclipse-temurin:21-jdk
steps: steps:
# Checkout repository
- name: Checkout repository manually
env:
TOKEN: ${{ secrets.ACCESS_TOKEN }}
CLONE_URL: ${{ vars.CLONE_URL }}
run: |
CLONE_URL_WITH_AUTH=$(echo "$CLONE_URL" | sed "s#https://#https://$TOKEN@#")
git clone --quiet "$CLONE_URL_WITH_AUTH" .
echo "Repository cloned successfully."
# Install Maven manually # Install Maven manually
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4