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

View File

@ -98,10 +98,12 @@ jobs:
git clone --quiet "$CLONE_URL_WITH_AUTH" .
echo "${{ gitea.repository }} cloned successfully."
- name: Install Maven
- name: Install Maven manually
run: |
apt-get update
apt-get install -y maven
mkdir -p $HOME/maven
curl -sL https://archive.apache.org/dist/maven/maven-3/3.9.5/binaries/apache-maven-3.9.5-bin.tar.gz | tar -xz -C $HOME/maven --strip-components=1
export PATH=$HOME/maven/bin:$PATH
mvn -version
# Setup Java 21 and Maven with caching
- name: Set up Java & Maven