feature/setup-workflow-pipeline: add lombok, add gitea workflow #2
@ -105,19 +105,12 @@ jobs:
|
|||||||
java-version: '21'
|
java-version: '21'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
architecture: x64
|
architecture: x64
|
||||||
|
cache: maven
|
||||||
|
package: maven
|
||||||
|
|
||||||
- name: Run the Maven verify phase
|
- name: Run the Maven verify phase
|
||||||
run: mvn --batch-mode --update-snapshots verify
|
run: mvn --batch-mode --update-snapshots verify
|
||||||
|
|
||||||
# Setup Java 21 and Maven with caching
|
|
||||||
- name: Set up Java & Maven
|
|
||||||
uses: actions/setup-java@v4
|
|
||||||
with:
|
|
||||||
distribution: temurin
|
|
||||||
java-version: '21'
|
|
||||||
cache: maven
|
|
||||||
package: maven
|
|
||||||
|
|
||||||
- name: Cache Maven dependencies
|
- name: Cache Maven dependencies
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user