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 7f68504 commit 2e15b76Copy full SHA for 2e15b76
.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/setup-java@v4
26
with:
27
java-version: '21'
28
- distribution: 'temurin'
+ distribution: 'azul'
29
cache: maven
30
- name: Build with Maven
31
run: mvn -B package --file pom.xml
0 commit comments