chore(workflow): use jdk21

This commit is contained in:
Cilly Leang 2026-01-22 23:26:03 +11:00
parent 1bc5341a31
commit e051d37483
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -33,10 +33,10 @@ jobs:
repository: "Aliucord/Aliucord"
path: "repo"
- name: Setup JDK 11
- name: Setup JDK 21
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4