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 8688ec0 commit 8265343Copy full SHA for 8265343
.github/workflows/gradle.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/setup-java@v4
27
with:
28
java-version: '21'
29
- distribution: 'OpenJDK'
+ distribution: 'microsoft'
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
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
65
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
0 commit comments