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

View File

@ -86,7 +86,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checkout repository first
# Checkout repository first
- name: Checkout repository manually
env:
TOKEN: ${{ secrets.ACCESS_TOKEN }}
@ -98,6 +98,11 @@ jobs:
git clone --quiet "$CLONE_URL_WITH_AUTH" .
echo "${{ gitea.repository }} cloned successfully."
- name: Install OS dependencies
run: |
apt-get update -qq
apt-get install -y git curl unzip tar bash ca-certificates wget build-essential libssl-dev
- name: Install Java 21 manually
run: |
apt-get update && apt-get install -y openjdk-21-jdk