fix maven build
All checks were successful
Gitea Action Maven build / build (push) Successful in 48s
All checks were successful
Gitea Action Maven build / build (push) Successful in 48s
This commit is contained in:
parent
dee5ee9dd7
commit
066d7cf60b
@ -20,8 +20,8 @@ jobs:
|
|||||||
java-version: 21
|
java-version: 21
|
||||||
distribution: 'oracle'
|
distribution: 'oracle'
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
- name: Build with Maven
|
- name: Build, Test and Package with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B verify --file pom.xml -e
|
||||||
# - name: Run tests
|
# - name: Run tests
|
||||||
# run: mvn test
|
# run: mvn test
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
Loading…
x
Reference in New Issue
Block a user