Skip to content

Commit 9e03b5f

Browse files
JDK23: Upgrade the GitFlow Build Action to use Oracle Builds for JDK 23
1 parent 081ab21 commit 9e03b5f

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
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
# https://github.com/actions/setup-java?tab=readme-ov-file#supported-distributions
2929
java-version: '23'
30-
distribution: 'zulu'
30+
distribution: 'oracle'
3131

3232
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3333
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
# https://github.com/actions/setup-java?tab=readme-ov-file#supported-distributions
6363
java-version: '23'
64-
distribution: 'zulu'
64+
distribution: 'oracle'
6565

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

0 commit comments

Comments
 (0)