parent
68cf152d8c
commit
3e84fc9769
|
@ -5,7 +5,10 @@ jobs:
|
|||
steps:
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
- 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
|
||||
- name: check
|
||||
run: which mvn
|
||||
|
|
Loading…
Reference in a new issue