Skip to content

Commit 09843cd

Browse files
authored
Merge pull request #15604 from apache/fix/wrapper-verify-jdk-21-on-8.0.x
fix(ci): bump verifyWrapper JDK to 21 on 8.0.x
2 parents ede2da4 + b267d68 commit 09843cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ jobs:
506506
uses: actions/setup-java@v4
507507
with:
508508
distribution: liberica
509-
java-version: 17
509+
java-version: 21
510510
- name: "📥 Download Wrapper"
511511
uses: actions/download-artifact@v7.0.0
512512
with:

0 commit comments

Comments
 (0)