Add zulu as distribution.
parent
9c2e8219af
commit
2847ef434c
|
@ -25,6 +25,7 @@ jobs:
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
|
distribution: 'zulu'
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue