Skip to content

Commit 8265343

Browse files
committed
chaning java distro
1 parent 8688ec0 commit 8265343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-java@v4
2727
with:
2828
java-version: '21'
29-
distribution: 'OpenJDK'
29+
distribution: 'microsoft'
3030

3131
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3232
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/setup-java@v4
6060
with:
6161
java-version: '21'
62-
distribution: 'OpenJDK'
62+
distribution: 'microsoft'
6363

6464
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
6565
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md

0 commit comments

Comments
 (0)