We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e15b76 commit b2c411cCopy full SHA for b2c411c
.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/setup-java@v4
26
with:
27
java-version: '21'
28
- distribution: 'azul'
+ distribution: 'zulu'
29
cache: maven
30
- name: Build with Maven
31
run: mvn -B package --file pom.xml
0 commit comments