feature/setup-workflow-pipeline: add lombok, add gitea workflow #2
@ -98,6 +98,11 @@ jobs:
|
|||||||
git clone --quiet "$CLONE_URL_WITH_AUTH" .
|
git clone --quiet "$CLONE_URL_WITH_AUTH" .
|
||||||
echo "${{ gitea.repository }} cloned successfully."
|
echo "${{ gitea.repository }} cloned successfully."
|
||||||
|
|
||||||
|
- name: Install Maven
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y maven
|
||||||
|
|
||||||
# Setup Java 21 and Maven with caching
|
# Setup Java 21 and Maven with caching
|
||||||
- name: Set up Java & Maven
|
- name: Set up Java & Maven
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user