We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5176e41 commit 6b56673Copy full SHA for 6b56673
.github/workflows/gradle.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/setup-java@v4
27
with:
28
java-version: '8'
29
- distribution: 'oracle'
+ distribution: 'temurin'
30
31
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
32
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
0 commit comments