parent
68cf152d8c
commit
3e84fc9769
|
@ -5,7 +5,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: https://github.com/actions/checkout@v4
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: https://github.com/actions/s
|
uses: https://github.com/actions/setup-java@v4
|
||||||
|
with:
|
||||||
|
java-version: '17'
|
||||||
|
distribution: 'temurin'
|
||||||
cache: maven
|
cache: maven
|
||||||
- name: check
|
- name: check
|
||||||
run: which mvn
|
run: which mvn
|
||||||
|
|
Loading…
Reference in a new issue