change JDK version in action
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m7s
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m7s
This commit is contained in:
parent
b5e682b309
commit
90b0d6fe56
@ -14,10 +14,10 @@ jobs:
|
||||
uses: stCarolas/setup-maven@v5
|
||||
with:
|
||||
maven-version: '3.9.9'
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
distribution: 'oracle'
|
||||
cache: 'maven'
|
||||
- name: Build with Maven
|
||||
|
Loading…
x
Reference in New Issue
Block a user