Skip to content

Commit 1cdb111

Browse files
authored
Update gradle-test.yml
1 parent 71a90c8 commit 1cdb111

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gradle-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616

17-
- name: Set up JDK 17
17+
- name: Set up JDK 21
1818
uses: actions/setup-java@v4
1919
with:
20-
distribution: temurin
21-
java-version: 17
20+
distribution: openjdk
21+
java-version: 21
2222

2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew

0 commit comments

Comments
 (0)