Update java version.
parent
72acbc8d65
commit
9c2e8219af
|
@ -21,11 +21,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '21'
|
||||
distribution: 'amazoncorretto'
|
||||
cache: maven
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file wise-api/pom.xml
|
||||
|
|
Loading…
Reference in New Issue