Include maven installation in actions
Some checks failed
Java CI with Maven / build (push) Failing after 1m50s
Some checks failed
Java CI with Maven / build (push) Failing after 1m50s
This commit is contained in:
parent
caf0dc0b75
commit
4a59352435
@ -15,6 +15,10 @@ jobs:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
cache: maven
|
||||
- name: Set up Maven
|
||||
uses: stCarolas/setup-maven@v4.5
|
||||
with:
|
||||
maven-version: 3.8.2
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user