Skip to content

Commit 81f7436

Browse files
committed
Update github workflow JDK: 21 -> 23
1 parent b939a70 commit 81f7436

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
@@ -24,11 +24,11 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v4
27-
- name: Set up JDK 21
27+
- name: Set up JDK 23
2828
uses: actions/setup-java@v4
2929
with:
3030
distribution: 'oracle'
31-
java-version: '21'
31+
java-version: '23'
3232

3333
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3434
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md

0 commit comments

Comments
 (0)