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.
2 parents f2fde68 + 6ed9f06 commit 0d73a51Copy full SHA for 0d73a51
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up JDK ${{ matrix.jdk }}
23
uses: actions/setup-java@v5
24
with:
25
- distribution: 'corretto'
+ distribution: 'temurin'
26
java-version: '${{ matrix.jdk }}'
27
check-latest: true
28
cache: 'maven'
0 commit comments