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 1de4eb8 commit 003fdcaCopy full SHA for 003fdca
.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/setup-java@v4
25
with:
26
java-version: '21'
27
- distribution: 'temurin'
+ distribution: 'coretto'
28
cache: maven
29
- name: Build with MavenWrapper
30
run: ./mvnw -B package
0 commit comments