setup maven
This commit is contained in:
parent
e671a86747
commit
c0c88ccfda
|
@ -17,5 +17,9 @@ jobs:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: maven
|
cache: maven
|
||||||
|
- name: Set up Maven
|
||||||
|
uses: stCarolas/setup-maven@v5
|
||||||
|
with:
|
||||||
|
maven-version: 3.9.6
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn test
|
run: mvn test
|
||||||
|
|
Loading…
Reference in New Issue