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