This commit is contained in:
parent
b220dfbfcb
commit
144319b37f
2 changed files with 3 additions and 3 deletions
|
|
@ -4,10 +4,10 @@ jobs:
|
|||
runs-on: node-16
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 21
|
||||
uses: https://github.com/actions/setup-java@v4
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
cache: maven
|
||||
- name: Set up Maven
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue