Update java version.
This commit is contained in:
3
.github/workflows/maven.yml
vendored
3
.github/workflows/maven.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user