feature/setup-workflow-pipeline: add lombok, add gitea workflow #2
@ -113,9 +113,8 @@ jobs:
|
|||||||
- name: Set up JDK 21 for x64
|
- name: Set up JDK 21 for x64
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
#java-version: '21'
|
java-version: '21'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: ${{ matrix.java }}
|
|
||||||
architecture: x64
|
architecture: x64
|
||||||
cache: maven
|
cache: maven
|
||||||
cache-dependency-path: 'pom.xml' # optional
|
cache-dependency-path: 'pom.xml' # optional
|
||||||
@ -137,7 +136,6 @@ jobs:
|
|||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
run: |
|
run: |
|
||||||
echo "Started test & build backend..."
|
echo "Started test & build backend..."
|
||||||
mvn clean install -B
|
|
||||||
mvn clean verify package -B
|
mvn clean verify package -B
|
||||||
|
|
||||||
- name: Done
|
- name: Done
|
||||||
|
|||||||
Reference in New Issue
Block a user