We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a9bb4 commit 391b59bCopy full SHA for 391b59b
1 file changed
.github/workflows/gradle.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/setup-java@v2
35
with:
36
java-version: ${{ matrix.jdk }}
37
- distribution: 'adopt'
+ distribution: 'temurin'
38
- uses: actions/cache@v2
39
40
path: |
0 commit comments