Bump java and kotlin target to JDK 21.

This commit is contained in:
Cody Henthorne
2026-07-01 10:11:52 -04:00
committed by Michelle Tang
parent 4a0325ea55
commit 1ee4c590b7
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -22,12 +22,12 @@ jobs:
submodules: true
lfs: true
- name: set up JDK 17
- name: set up JDK 21
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
# gh api repos/actions/setup-java/commits/v5 --jq '.sha'
with:
distribution: temurin
java-version: 17
java-version: 21
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@3f131e8634966bd73d06cc69884922b02e6faf92 # v6