Fix CI
This commit is contained in:
parent
e867b2ff60
commit
d9e3c4b03d
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ jobs:
|
|||
distribution: 'temurin'
|
||||
java-version: 21
|
||||
|
||||
- name: Set up Maven
|
||||
uses: https://gitea.com/actions/setup-maven@v4
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue