Skip to content

Commit 333310a

Browse files
committed
Use Java 21 in gradle wrapper update action
1 parent 0b20982 commit 333310a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/update-gradle-wrapper.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@ jobs:
1010
steps:
1111
- name: Checkout Repository
1212
uses: actions/checkout@v4
13+
- name: Set up JDK 21
14+
uses: actions/setup-java@v4
15+
with:
16+
distribution: temurin
17+
java-version: 21
18+
check-latest: true
1319
- name: Update Gradle Wrapper
1420
uses: gradle-update/update-gradle-wrapper-action@v1

0 commit comments

Comments
 (0)