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 ea9e96a commit 0a5bb53Copy full SHA for 0a5bb53
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Set up JDK
31
uses: actions/setup-java@v2
32
with:
33
- distribution: 'corretto'
+ distribution: 'temurin'
34
java-version: '17'
35
36
- name: Set up Maven
0 commit comments