Update java version.

main
Paulo Gustavo Veiga 2024-03-24 10:56:03 -07:00
parent 72acbc8d65
commit 9c2e8219af
1 changed files with 1 additions and 2 deletions

View File

@ -21,11 +21,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up JDK 17 - name: Set up JDK 21
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
java-version: '21' java-version: '21'
distribution: 'amazoncorretto'
cache: maven cache: maven
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file wise-api/pom.xml run: mvn -B package --file wise-api/pom.xml