Add zulu as distribution.

main
Paulo Gustavo Veiga 2024-03-24 11:01:30 -07:00
parent 9c2e8219af
commit 2847ef434c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'zulu'
cache: maven
- name: Build with Maven
run: mvn -B package --file wise-api/pom.xml